Package | Description |
---|---|
com.gwidgets.api.leaflet |
Modifier and Type | Method and Description |
---|---|
L |
Attribution.addAttribution(String text)
Adds an attribution text
|
L |
Layers.addBaseLayer(Layer layer,
String name)
Adds a base layer (radio button entry) with the given name to the control.
|
L |
Map.addControl(Control control)
Adds the given control to the map.
|
L |
GeoJSON.addData(com.google.gwt.core.client.JavaScriptObject data)
Adds a GeoJSON object to the layer.
|
L |
Polyline.addEventParent(Evented obj) |
L |
Marker.addEventParent(Evented obj) |
L |
Popup.addEventParent(Evented obj) |
L |
LayerGroup.addEventParent(Evented obj) |
L |
Icon.addEventParent(Evented obj) |
L |
Map.addEventParent(Evented obj) |
L |
CircleMarker.addEventParent(Evented obj) |
L |
Renderer.addEventParent(Evented obj) |
L |
ImageOverlay.addEventParent(Evented obj) |
L |
Evented.addEventParent(Evented obj)
Adds an event parent - an Evented that will receive propagated events
|
L |
GridLayer.addEventParent(Evented obj) |
L |
Tooltip.addEventParent(Evented obj) |
L |
Polyline.addLatLng(LatLng latlng)
Adds a given point to the polyline.
|
L |
LayerGroup.addLayer(Layer layer)
Adds a given layer to the group.
|
L |
Map.addLayer(Layer layer,
Boolean insertAtTheBottom)
Adds the given layer to the map.
|
L |
Layers.addOverlay(Layer layer,
String name)
Adds an overlay (checkbox entry) with the given name to the control.
|
L |
Polyline.addTo(Map map) |
L |
Marker.addTo(Map map) |
L |
Popup.addTo(Map map) |
L |
LayerGroup.addTo(Map map) |
L |
Icon.addTo(Map map) |
L |
CircleMarker.addTo(Map map) |
L |
Layer.addTo(Map map)
Adds the tooltip to the given map
|
L |
Renderer.addTo(Map map) |
L |
ImageOverlay.addTo(Map map) |
L |
GridLayer.addTo(Map map)
Adds the layer to the map.
|
L |
Path.addTo(Map map)
Adds the layer to the map.
|
L |
Control.addTo(Map map)
Adds the control to the map.
|
L |
Tooltip.addTo(Map map) |
L |
Polyline.bindPopup(elemental2.dom.HTMLElement content,
PopupOptions options) |
L |
Marker.bindPopup(elemental2.dom.HTMLElement content,
PopupOptions options) |
L |
Popup.bindPopup(elemental2.dom.HTMLElement content,
PopupOptions options) |
L |
LayerGroup.bindPopup(elemental2.dom.HTMLElement content,
PopupOptions options) |
L |
Icon.bindPopup(elemental2.dom.HTMLElement content,
PopupOptions options) |
L |
CircleMarker.bindPopup(elemental2.dom.HTMLElement content,
PopupOptions options) |
L |
Layer.bindPopup(elemental2.dom.HTMLElement content,
PopupOptions options)
Binds a popup to the layer with the passed content and sets up the neccessary event listeners.
|
L |
Renderer.bindPopup(elemental2.dom.HTMLElement content,
PopupOptions options) |
L |
ImageOverlay.bindPopup(elemental2.dom.HTMLElement content,
PopupOptions options) |
L |
GridLayer.bindPopup(elemental2.dom.HTMLElement content,
PopupOptions options) |
L |
Path.bindPopup(elemental2.dom.HTMLElement el,
PopupOptions options)
Binds a popup with a particular HTML content to a click on this path.
|
L |
Tooltip.bindPopup(elemental2.dom.HTMLElement content,
PopupOptions options) |
L |
Path.bindPopup(Popup popup,
PopupOptions options)
Binds a popup with a particular HTML content to a click on this path.
|
L |
Polyline.bindPopup(String id,
PopupOptions options) |
L |
Marker.bindPopup(String id,
PopupOptions options) |
L |
Popup.bindPopup(String id,
PopupOptions options) |
L |
LayerGroup.bindPopup(String id,
PopupOptions options) |
L |
Icon.bindPopup(String id,
PopupOptions options) |
L |
CircleMarker.bindPopup(String id,
PopupOptions options) |
L |
Layer.bindPopup(String id,
PopupOptions options)
Binds a popup to the layer with the passed content and sets up the neccessary event listeners.
|
L |
Renderer.bindPopup(String id,
PopupOptions options) |
L |
ImageOverlay.bindPopup(String id,
PopupOptions options) |
L |
GridLayer.bindPopup(String id,
PopupOptions options) |
L |
Path.bindPopup(String html,
PopupOptions options)
Bind popup.
|
L |
Tooltip.bindPopup(String id,
PopupOptions options) |
L |
Polyline.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
Marker.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
Popup.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
LayerGroup.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
Icon.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
CircleMarker.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
Layer.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options)
Binds a tooltip to the layer with the passed *content and sets up the neccessary event listeners.
|
L |
Renderer.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
ImageOverlay.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
GridLayer.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
Tooltip.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
Polyline.bindTooltip(String content,
TooltipOptions options) |
L |
Marker.bindTooltip(String content,
TooltipOptions options) |
L |
Popup.bindTooltip(String content,
TooltipOptions options) |
L |
LayerGroup.bindTooltip(String content,
TooltipOptions options) |
L |
Icon.bindTooltip(String content,
TooltipOptions options) |
L |
CircleMarker.bindTooltip(String content,
TooltipOptions options) |
L |
Layer.bindTooltip(String content,
TooltipOptions options)
Binds a tooltip to the layer with the passed *content and sets up the neccessary event listeners.
|
L |
Renderer.bindTooltip(String content,
TooltipOptions options) |
L |
ImageOverlay.bindTooltip(String content,
TooltipOptions options) |
L |
GridLayer.bindTooltip(String content,
TooltipOptions options) |
L |
Tooltip.bindTooltip(String content,
TooltipOptions options) |
L |
Polyline.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
Marker.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
Popup.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
LayerGroup.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
Icon.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
CircleMarker.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
Layer.bindTooltip(Tooltip content,
TooltipOptions options)
Binds a tooltip to the layer with the passed content and sets up the neccessary event listeners.
|
L |
Renderer.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
ImageOverlay.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
GridLayer.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
Tooltip.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
Popup.bringToBack()
Returns true when the popup is visible on the map.
|
L |
FeatureGroup.bringToBack()
Brings the layer group to the bottom of all other layers.
|
static L |
ImageOverlay.bringToBack()
Brings the layer to the bottom of all overlays.
|
L |
GridLayer.bringToBack()
Brings the tile layer to the bottom of all tile layers.
|
L |
Path.bringToBack()
Brings the layer to the bottom of all path layers.
|
L |
Popup.bringToFront()
Returns true when the popup is visible on the map.
|
L |
FeatureGroup.bringToFront()
Brings the layer group to the top of all other layers.
|
static L |
ImageOverlay.bringToFront()
Brings the layer to the top of all overlays.
|
L |
GridLayer.bringToFront()
Brings the tile layer to the top of all tile layers.
|
L |
Path.bringToFront()
Brings the layer to the top of all path layers.
|
L |
Polyline.clearAllEventListeners() |
L |
Marker.clearAllEventListeners() |
L |
Popup.clearAllEventListeners() |
L |
LayerGroup.clearAllEventListeners() |
L |
Icon.clearAllEventListeners() |
L |
Map.clearAllEventListeners() |
L |
CircleMarker.clearAllEventListeners() |
L |
Renderer.clearAllEventListeners() |
L |
ImageOverlay.clearAllEventListeners() |
L |
Evented.clearAllEventListeners()
Clear all event listeners.
|
L |
GridLayer.clearAllEventListeners() |
L |
Tooltip.clearAllEventListeners() |
L |
LayerGroup.clearLayers()
Removes all the layers from the group.
|
L |
Polyline.closePopup() |
L |
Marker.closePopup() |
L |
Popup.closePopup() |
L |
LayerGroup.closePopup() |
L |
Icon.closePopup() |
L |
CircleMarker.closePopup() |
L |
Layer.closePopup()
Closes the popup bound to this layer if it is open.
|
L |
Renderer.closePopup() |
L |
ImageOverlay.closePopup() |
L |
GridLayer.closePopup() |
L |
Path.closePopup()
Closes the path's bound popup if it is opened.
|
L |
Tooltip.closePopup() |
L |
Map.closePopup(Popup popup)
Closes the popup previously opened with openPopup
|
L |
Polyline.closeTooltip() |
L |
Marker.closeTooltip() |
L |
Popup.closeTooltip() |
L |
LayerGroup.closeTooltip() |
L |
Icon.closeTooltip() |
L |
CircleMarker.closeTooltip() |
L |
Layer.closeTooltip()
Closes the tooltip bound to this layer if it is open.
|
L |
Renderer.closeTooltip() |
L |
ImageOverlay.closeTooltip() |
L |
GridLayer.closeTooltip() |
L |
Tooltip.closeTooltip() |
L |
Layers.collapse()
Collapse the control container if expanded.
|
L |
LayerGroup.eachLayer(elemental2.core.Function fn,
com.google.gwt.core.client.JavaScriptObject context)
Iterates over the layers of the group, optionally specifying context of the iterator function.
|
L |
Layers.expand()
Expand the control container if collapsed.
|
L |
LatLngBounds.extend(LatLng latlng)
Extends the bounds to contain the given point.
|
L |
LatLngBounds.extend(LatLngBounds latlng)
Extends the bounds to contain the given bounds.
|
L |
Polyline.fire(String type) |
L |
Marker.fire(String type) |
L |
Popup.fire(String type) |
L |
LayerGroup.fire(String type) |
L |
Icon.fire(String type) |
L |
Map.fire(String type) |
L |
CircleMarker.fire(String type) |
L |
Renderer.fire(String type) |
L |
ImageOverlay.fire(String type) |
L |
Evented.fire(String type)
Fires an event of the specified type.
|
L |
GridLayer.fire(String type) |
L |
Tooltip.fire(String type) |
L |
Map.fitBounds(LatLngBounds bounds,
FitBoundsOptions options)
Sets a map view that contains the given geographical bounds with the maximum zoom level possible.
|
L |
Map.fitWorld(FitBoundsOptions options)
Sets a map view that mostly contains the whole world with the maximum zoom level possible.
|
L |
Popup.getLatLng()
Returns the geographical point of popup.
|
L |
Map.invalidateSize(Boolean options)
Checks if the map container size changed and updates the map if so — call it after you've changed the map size dynamically, also animating pan by default.
|
L |
Map.invalidateSize(ZoomPanOptions options2)
Checks if the map container size changed and updates the map if so — call it after you've changed the map size dynamically, also animating pan by default.
|
L |
LayerGroup.invoke(String methodName)
Calls methodName on every layer contained in this group, passing any additional parameters.
|
L |
Map.locate(LocateOptions options)
Tries to locate the user using the Geolocation API, firing a locationfound event with location data on success or a locationerror event on failure, and optionally sets the map view to the user's location with respect to detection accuracy (or to the world view if geolocation failed).
|
L |
Polyline.off() |
L |
Marker.off() |
L |
Popup.off() |
L |
LayerGroup.off() |
L |
Icon.off() |
L |
Map.off() |
L |
CircleMarker.off() |
L |
Renderer.off() |
L |
ImageOverlay.off() |
L |
Evented.off()
Removes all listener
|
L |
GridLayer.off() |
L |
Tooltip.off() |
L |
Polyline.off(String type) |
L |
Marker.off(String type) |
L |
Popup.off(String type) |
L |
LayerGroup.off(String type) |
L |
Icon.off(String type) |
L |
Map.off(String type) |
L |
CircleMarker.off(String type) |
L |
Renderer.off(String type) |
L |
ImageOverlay.off(String type) |
L |
Evented.off(String type)
Removes a listener
|
L |
GridLayer.off(String type) |
L |
Tooltip.off(String type) |
L |
Polyline.off(String[] type) |
L |
Marker.off(String[] type) |
L |
Popup.off(String[] type) |
L |
LayerGroup.off(String[] type) |
L |
Icon.off(String[] type) |
L |
Map.off(String[] type) |
L |
CircleMarker.off(String[] type) |
L |
Renderer.off(String[] type) |
L |
ImageOverlay.off(String[] type) |
L |
Evented.off(String[] type)
Removes a set of listener
|
L |
GridLayer.off(String[] type) |
L |
Tooltip.off(String[] type) |
L |
Polyline.on(String type,
EventCallback fn) |
L |
Marker.on(String type,
EventCallback fn) |
L |
Popup.on(String type,
EventCallback fn) |
L |
LayerGroup.on(String type,
EventCallback fn) |
L |
Icon.on(String type,
EventCallback fn) |
L |
Map.on(String type,
EventCallback fn) |
L |
CircleMarker.on(String type,
EventCallback fn) |
L |
Renderer.on(String type,
EventCallback fn) |
L |
ImageOverlay.on(String type,
EventCallback fn) |
L |
Evented.on(String type,
EventCallback fn)
Adds a set of type/listener pairs.
|
L |
GridLayer.on(String type,
EventCallback fn) |
L |
Tooltip.on(String type,
EventCallback fn) |
L |
Polyline.once(String type,
EventCallback fn) |
L |
Marker.once(String type,
EventCallback fn) |
L |
Popup.once(String type,
EventCallback fn) |
L |
LayerGroup.once(String type,
EventCallback fn) |
L |
Icon.once(String type,
EventCallback fn) |
L |
Map.once(String type,
EventCallback fn) |
L |
CircleMarker.once(String type,
EventCallback fn) |
L |
Renderer.once(String type,
EventCallback fn) |
L |
ImageOverlay.once(String type,
EventCallback fn) |
L |
Evented.once(String type,
EventCallback fn)
the listener will only get fired once and then removed.
|
L |
GridLayer.once(String type,
EventCallback fn) |
L |
Tooltip.once(String type,
EventCallback fn) |
L |
Popup.openOn(Map map)
Adds the popup to the map and closes the previous one.
|
L |
Marker.openPopup()
Opens the popup previously bound by the bindPopup method.
|
L |
Map.openPopup(elemental2.dom.HTMLElement el,
LatLng latlng,
PopupOptions options)
Creates a popup with the specified options and opens it in the given point on a map.
|
L |
Polyline.openPopup(LatLng latlng) |
L |
Marker.openPopup(LatLng latlng) |
L |
Popup.openPopup(LatLng latlng) |
L |
LayerGroup.openPopup(LatLng latlng) |
L |
Icon.openPopup(LatLng latlng) |
L |
CircleMarker.openPopup(LatLng latlng) |
L |
Layer.openPopup(LatLng latlng)
Opens the bound popup at the specificed latlng or at the default popup anchor if no latlng is passed.
|
L |
Renderer.openPopup(LatLng latlng) |
L |
ImageOverlay.openPopup(LatLng latlng) |
L |
GridLayer.openPopup(LatLng latlng) |
L |
Path.openPopup(LatLng latlng)
Opens the popup previously bound by the bindPopup method in the given point, or in one of the path's points if not specified.
|
L |
Tooltip.openPopup(LatLng latlng) |
L |
Map.openPopup(Popup popup)
Opens the specified popup while closing the previously opened (to make sure only one is opened at one time for usability).
|
L |
Map.openPopup(String html,
LatLng latlng,
PopupOptions options)
Creates a popup with the specified options and opens it in the given point on a map.
|
L |
Polyline.openTooltip(LatLng latlng) |
L |
Marker.openTooltip(LatLng latlng) |
L |
Popup.openTooltip(LatLng latlng) |
L |
LayerGroup.openTooltip(LatLng latlng) |
L |
Icon.openTooltip(LatLng latlng) |
L |
CircleMarker.openTooltip(LatLng latlng) |
L |
Layer.openTooltip(LatLng latlng)
Opens the bound tooltip at the specificed latlng or at the default tooltip anchor if no latlng is passed.
|
L |
Renderer.openTooltip(LatLng latlng) |
L |
ImageOverlay.openTooltip(LatLng latlng) |
L |
GridLayer.openTooltip(LatLng latlng) |
L |
Tooltip.openTooltip(LatLng latlng) |
L |
Map.panBy(Point point,
PanOptions options)
Pans the map by a given number of pixels (animated).
|
L |
Map.panInsideBounds(LatLngBounds bounds)
Pans the map to the closest view that would lie inside the given bounds (if it's not already), controlling the animation using the options specific, if any.
|
L |
Map.panTo(LatLng latlng,
PanOptions options)
Pans the map to a given center.
|
L |
GridLayer.redraw()
Causes the layer to clear all the tiles and request them again.
|
L |
Path.redraw()
Redraws the layer.
|
L |
Polyline.remove() |
L |
Marker.remove() |
L |
Popup.remove() |
L |
LayerGroup.remove() |
L |
Icon.remove() |
L |
Map.remove()
Destroys the map and clears all related event listeners.
|
L |
CircleMarker.remove() |
L |
Layer.remove()
Removes the tooltip from the map it is currently active on.
|
L |
Renderer.remove() |
L |
ImageOverlay.remove() |
L |
GridLayer.remove() |
L |
Tooltip.remove() |
L |
Control.remove(Map map)
Removes the control from the map.
|
L |
Attribution.removeAttribution(String text)
Removes an attribution text.
|
L |
Map.removeControl(Control control)
Removes the given control from the map.
|
L |
Polyline.removeEventParent(Evented obj) |
L |
Marker.removeEventParent(Evented obj) |
L |
Popup.removeEventParent(Evented obj) |
L |
LayerGroup.removeEventParent(Evented obj) |
L |
Icon.removeEventParent(Evented obj) |
L |
Map.removeEventParent(Evented obj) |
L |
CircleMarker.removeEventParent(Evented obj) |
L |
Renderer.removeEventParent(Evented obj) |
L |
ImageOverlay.removeEventParent(Evented obj) |
L |
Evented.removeEventParent(Evented obj)
Removes an event parent, so it will stop receiving propagated events
|
L |
GridLayer.removeEventParent(Evented obj) |
L |
Tooltip.removeEventParent(Evented obj) |
L |
Polyline.removeFrom(Map map) |
L |
Marker.removeFrom(Map map) |
L |
Popup.removeFrom(Map map) |
L |
LayerGroup.removeFrom(Map map) |
L |
Icon.removeFrom(Map map) |
L |
CircleMarker.removeFrom(Map map) |
L |
Layer.removeFrom(Map map)
Removes the tooltip from the given map
|
L |
Renderer.removeFrom(Map map) |
L |
ImageOverlay.removeFrom(Map map) |
L |
GridLayer.removeFrom(Map map) |
L |
Tooltip.removeFrom(Map map) |
L |
LayerGroup.removeLayer(Layer layer)
Removes a given layer from the group.
|
L |
Map.removeLayer(Layer layer)
Removes the given layer from the map.
|
L |
Layers.removeLayer(Layer layer)
Remove the given layer from the control.
|
L |
LayerGroup.removeLayer(String id)
Removes a given layer from the group.
|
L |
GeoJSON.resetStyle(Path layer)
Resets the given vector layer's style to the original GeoJSON style, useful for resetting style after hover events.
|
L |
Rectangle.setBounds(LatLngBounds bounds)
Redraws the rectangle with the passed bounds.
|
L |
Popup.setContent(elemental2.dom.HTMLElement htmlContent)
Sets the HTML content of the popup.
|
L |
Popup.setContent(String htmlContent)
Sets the HTML content of the popup.
|
L |
Marker.setIcon(Icon icon)
Changes the marker icon.
|
L |
Marker.setLatLng(LatLng latlng)
Changes the marker position to the given point.
|
L |
Popup.setLatLng(LatLng latlng)
Sets the geographical point where the popup will open.
|
L |
CircleMarker.setLatLng(LatLng latlng)
Sets the position of a circle to a new location.
|
L |
Polyline.setLatLngs(LatLng[] latlngs)
Sets the lat lngs.
|
L |
Map.setMaxBounds(LatLngBounds bounds,
ZoomPanOptions options)
Restricts the map view to the given bounds .
|
L |
Marker.setOpacity(double opacity)
Changes the zIndex offset of the marker.
|
static L |
ImageOverlay.setOpacity(double opacity)
Sets the opacity of the overlay.
|
L |
GridLayer.setOpacity(double opacity)
Changes the opacity of the grid layer.
|
static L |
WMS.setParams(TileLayerWMSOptions params,
Boolean noRedraw)
Merges an object with the new parameters and re-requests tiles on the current screen (unless noRedraw was set to true).
|
L |
Polyline.setPopupContent(elemental2.dom.HTMLElement content) |
L |
Marker.setPopupContent(elemental2.dom.HTMLElement content) |
L |
Popup.setPopupContent(elemental2.dom.HTMLElement content) |
L |
LayerGroup.setPopupContent(elemental2.dom.HTMLElement content) |
L |
Icon.setPopupContent(elemental2.dom.HTMLElement content) |
L |
CircleMarker.setPopupContent(elemental2.dom.HTMLElement content) |
L |
Layer.setPopupContent(elemental2.dom.HTMLElement content)
Sets the content of the popup bound to this layer.
|
L |
Renderer.setPopupContent(elemental2.dom.HTMLElement content) |
L |
ImageOverlay.setPopupContent(elemental2.dom.HTMLElement content) |
L |
GridLayer.setPopupContent(elemental2.dom.HTMLElement content) |
L |
Tooltip.setPopupContent(elemental2.dom.HTMLElement content) |
L |
Marker.setPopupContent(elemental2.dom.HTMLElement el,
PopupOptions options)
Sets an HTML content of the popup of this marker.
|
L |
Polyline.setPopupContent(Popup content) |
L |
Marker.setPopupContent(Popup content) |
L |
Popup.setPopupContent(Popup content) |
L |
LayerGroup.setPopupContent(Popup content) |
L |
Icon.setPopupContent(Popup content) |
L |
CircleMarker.setPopupContent(Popup content) |
L |
Layer.setPopupContent(Popup content)
Sets the content of the popup bound to this layer.
|
L |
Renderer.setPopupContent(Popup content) |
L |
ImageOverlay.setPopupContent(Popup content) |
L |
GridLayer.setPopupContent(Popup content) |
L |
Tooltip.setPopupContent(Popup content) |
L |
Polyline.setPopupContent(String content) |
L |
Marker.setPopupContent(String content) |
L |
Popup.setPopupContent(String content) |
L |
LayerGroup.setPopupContent(String content) |
L |
Icon.setPopupContent(String content) |
L |
CircleMarker.setPopupContent(String content) |
L |
Layer.setPopupContent(String content)
Sets the content of the popup bound to this layer.
|
L |
Renderer.setPopupContent(String content) |
L |
ImageOverlay.setPopupContent(String content) |
L |
GridLayer.setPopupContent(String content) |
L |
Tooltip.setPopupContent(String content) |
L |
Marker.setPopupContent(String html,
PopupOptions options)
Sets an HTML content of the popup of this marker.
|
L |
Control.setPosition(String position)
Sets the position of the control.
|
L |
Attribution.setPrefix(String prefix)
Sets the text before the attributions.
|
L |
CircleMarker.setRadius(double radius)
Sets the radius of a circle.
|
L |
GeoJSON.setStyle(elemental2.core.Function style)
Changes styles of GeoJSON vector layers with the given style function.
|
L |
FeatureGroup.setStyle(PathOptions style)
Sets the given path options to each layer of the group that has a setStyle method.
|
L |
Path.setStyle(PathOptions object)
Changes the appearance of a Path based on the options in the Path options object.
|
L |
Polyline.setTooltipContent(elemental2.dom.HTMLElement content) |
L |
Marker.setTooltipContent(elemental2.dom.HTMLElement content) |
L |
Popup.setTooltipContent(elemental2.dom.HTMLElement content) |
L |
LayerGroup.setTooltipContent(elemental2.dom.HTMLElement content) |
L |
Icon.setTooltipContent(elemental2.dom.HTMLElement content) |
L |
CircleMarker.setTooltipContent(elemental2.dom.HTMLElement content) |
L |
Layer.setTooltipContent(elemental2.dom.HTMLElement content)
Sets the content of the tooltip bound to this layer.
|
L |
Renderer.setTooltipContent(elemental2.dom.HTMLElement content) |
L |
ImageOverlay.setTooltipContent(elemental2.dom.HTMLElement content) |
L |
GridLayer.setTooltipContent(elemental2.dom.HTMLElement content) |
L |
Tooltip.setTooltipContent(elemental2.dom.HTMLElement content) |
L |
Polyline.setTooltipContent(String content) |
L |
Marker.setTooltipContent(String content) |
L |
Popup.setTooltipContent(String content) |
L |
LayerGroup.setTooltipContent(String content) |
L |
Icon.setTooltipContent(String content) |
L |
CircleMarker.setTooltipContent(String content) |
L |
Layer.setTooltipContent(String content)
Sets the content of the tooltip bound to this layer.
|
L |
Renderer.setTooltipContent(String content) |
L |
ImageOverlay.setTooltipContent(String content) |
L |
GridLayer.setTooltipContent(String content) |
L |
Tooltip.setTooltipContent(String content) |
L |
Polyline.setTooltipContent(Tooltip content) |
L |
Marker.setTooltipContent(Tooltip content) |
L |
Popup.setTooltipContent(Tooltip content) |
L |
LayerGroup.setTooltipContent(Tooltip content) |
L |
Icon.setTooltipContent(Tooltip content) |
L |
CircleMarker.setTooltipContent(Tooltip content) |
L |
Layer.setTooltipContent(Tooltip content)
Sets the content of the tooltip bound to this layer.
|
L |
Renderer.setTooltipContent(Tooltip content) |
L |
ImageOverlay.setTooltipContent(Tooltip content) |
L |
GridLayer.setTooltipContent(Tooltip content) |
L |
Tooltip.setTooltipContent(Tooltip content) |
L |
TileLayer.setUrl(String urlTemplate)
Updates the layer's URL template and redraws it.
|
L |
Map.setView(LatLng center,
double zoom,
ZoomPanOptions options)
Sets the view of the map (geographical center and zoom) with the given animation options.
|
L |
LayerGroup.setZIndex(double zIndex)
Calls setZIndex on every layer contained in this group, passing the z-index.
|
L |
GridLayer.setZIndex(double zIndex)
Changes the zIndex of the grid layer.
|
L |
Marker.setZIndexOffset(double offset)
Sets the Z index offset.
|
L |
Map.setZoom(double zoom,
ZoomOptions options)
Sets the zoom of the map.
|
L |
Map.setZoomAround(LatLng latlng,
double zoom,
ZoomOptions options)
Zooms the map while keeping a specified point on the map stationary (e.g.
|
L |
Map.stopLocate()
Stops watching location previously initiated by map.locate({watch: true}) and aborts resetting the map view if map.locate was called with {setView: true}.
|
L |
Polyline.togglePopup() |
L |
Marker.togglePopup() |
L |
Popup.togglePopup() |
L |
LayerGroup.togglePopup() |
L |
Icon.togglePopup() |
L |
CircleMarker.togglePopup() |
L |
Layer.togglePopup()
Opens or closes the popup bound to this layer depending on its current state.
|
L |
Renderer.togglePopup() |
L |
ImageOverlay.togglePopup() |
L |
GridLayer.togglePopup() |
L |
Tooltip.togglePopup() |
L |
Polyline.toggleTooltip() |
L |
Marker.toggleTooltip() |
L |
Popup.toggleTooltip() |
L |
LayerGroup.toggleTooltip() |
L |
Icon.toggleTooltip() |
L |
CircleMarker.toggleTooltip() |
L |
Layer.toggleTooltip()
Opens or closes the tooltip bound to this layer depending on its current state.
|
L |
Renderer.toggleTooltip() |
L |
ImageOverlay.toggleTooltip() |
L |
GridLayer.toggleTooltip() |
L |
Tooltip.toggleTooltip() |
L |
Polyline.unbindPopup() |
L |
Marker.unbindPopup() |
L |
Popup.unbindPopup() |
L |
LayerGroup.unbindPopup() |
L |
Icon.unbindPopup() |
L |
CircleMarker.unbindPopup() |
L |
Layer.unbindPopup()
Removes the popup previously bound with bindPopup.
|
L |
Renderer.unbindPopup() |
L |
ImageOverlay.unbindPopup() |
L |
GridLayer.unbindPopup() |
L |
Path.unbindPopup()
Unbind popup.
|
L |
Tooltip.unbindPopup() |
L |
Polyline.unbindTooltip() |
L |
Marker.unbindTooltip() |
L |
Popup.unbindTooltip() |
L |
LayerGroup.unbindTooltip() |
L |
Icon.unbindTooltip() |
L |
CircleMarker.unbindTooltip() |
L |
Layer.unbindTooltip()
Removes the tooltip previously bound with *bindTooltip.
|
L |
Renderer.unbindTooltip() |
L |
ImageOverlay.unbindTooltip() |
L |
GridLayer.unbindTooltip() |
L |
Tooltip.unbindTooltip() |
L |
Marker.update()
Updates the marker position, useful if coordinates of its latLng object were changed directly.
|
L |
Popup.update()
Updates the popup content, layout and position.
|
L |
Map.whenReady(elemental2.core.Function fn,
Object context)
Runs the given callback when the map gets initialized with a place and zoom, or immediately if it happened already, optionally passing a function context.
|
L |
Map.zoomIn(Double delta,
ZoomOptions options)
Increases the zoom of the map by delta (1 by default).
|
L |
Map.zoomOut(Double delta,
ZoomOptions options)
Decreases the zoom of the map by delta (1 by default).
|
Copyright © 2018 G-Widgets. All rights reserved.