Package | Description |
---|---|
com.gwidgets.api.leaflet | |
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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.
|
static Popup |
L.popup(PopupOptions options,
Layer source)
Used to open popups in certain places of the map.
|
L |
Marker.setPopupContent(elemental2.dom.HTMLElement el,
PopupOptions options)
Sets an HTML content of the popup of this marker.
|
L |
Marker.setPopupContent(String html,
PopupOptions options)
Sets an HTML content of the popup of this marker.
|
Modifier and Type | Method and Description |
---|---|
PopupOptions |
PopupOptions.Builder.build()
Builds the PopupOptions
|
Copyright © 2018 G-Widgets. All rights reserved.