Package | Description |
---|---|
com.gwidgets.api.leaflet | |
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
L |
Tooltip.bindPopup(HTMLElement content,
PopupOptions options) |
L |
Renderer.bindPopup(HTMLElement content,
PopupOptions options) |
L |
Popup.bindPopup(HTMLElement content,
PopupOptions options) |
L |
Polyline.bindPopup(HTMLElement content,
PopupOptions options) |
L |
Path.bindPopup(HTMLElement el,
PopupOptions options)
Binds a popup with a particular HTML content to a click on this path.
|
L |
Marker.bindPopup(HTMLElement content,
PopupOptions options) |
L |
LayerGroup.bindPopup(HTMLElement content,
PopupOptions options) |
L |
Layer.bindPopup(HTMLElement content,
PopupOptions options)
Binds a popup to the layer with the passed content and sets up the neccessary event listeners.
|
L |
ImageOverlay.bindPopup(HTMLElement content,
PopupOptions options) |
L |
Icon.bindPopup(HTMLElement content,
PopupOptions options) |
L |
GridLayer.bindPopup(HTMLElement content,
PopupOptions options) |
L |
CircleMarker.bindPopup(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 |
Tooltip.bindPopup(java.lang.String id,
PopupOptions options) |
L |
Renderer.bindPopup(java.lang.String id,
PopupOptions options) |
L |
Popup.bindPopup(java.lang.String id,
PopupOptions options) |
L |
Polyline.bindPopup(java.lang.String id,
PopupOptions options) |
L |
Path.bindPopup(java.lang.String html,
PopupOptions options)
Bind popup.
|
L |
Marker.bindPopup(java.lang.String id,
PopupOptions options) |
L |
LayerGroup.bindPopup(java.lang.String id,
PopupOptions options) |
L |
Layer.bindPopup(java.lang.String id,
PopupOptions options)
Binds a popup to the layer with the passed content and sets up the neccessary event listeners.
|
L |
ImageOverlay.bindPopup(java.lang.String id,
PopupOptions options) |
L |
Icon.bindPopup(java.lang.String id,
PopupOptions options) |
L |
GridLayer.bindPopup(java.lang.String id,
PopupOptions options) |
L |
CircleMarker.bindPopup(java.lang.String id,
PopupOptions options) |
L |
Map.openPopup(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(java.lang.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(HTMLElement el,
PopupOptions options)
Sets an HTML content of the popup of this marker.
|
L |
Marker.setPopupContent(java.lang.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
|