Package | Description |
---|---|
com.gwidgets.api.leaflet | |
com.gwidgets.api.leaflet.events |
Modifier and Type | Method and Description |
---|---|
Popup |
Polyline.getPopup() |
Popup |
Marker.getPopup() |
Popup |
Popup.getPopup() |
Popup |
LayerGroup.getPopup() |
Popup |
Icon.getPopup() |
Popup |
CircleMarker.getPopup() |
Popup |
Layer.getPopup()
Returns the popup bound to this layer.
|
Popup |
Renderer.getPopup() |
Popup |
ImageOverlay.getPopup() |
Popup |
GridLayer.getPopup() |
Popup |
Tooltip.getPopup() |
static Popup |
L.popup(PopupOptions options,
Layer source)
Used to open popups in certain places of the map.
|
Modifier and Type | Method and Description |
---|---|
L |
Path.bindPopup(Popup popup,
PopupOptions options)
Binds a popup with a particular HTML content to a click on this path.
|
L |
Map.closePopup(Popup popup)
Closes the popup previously opened with openPopup
|
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 |
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) |
Modifier and Type | Method and Description |
---|---|
Popup |
PopupEvent.getPopup()
Gets the popup that was opened or closed.
|
Copyright © 2018 G-Widgets. All rights reserved.