Package | Description |
---|---|
com.gwidgets.api.leaflet | |
com.gwidgets.api.leaflet.events |
Modifier and Type | Method and Description |
---|---|
Popup |
Marker.getPopup()
Returns the popup previously bound by the bindPopup method.
|
static Popup |
L.popup(PopupOptions options,
ILayer 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 |
Marker.bindPopup(Popup popup,
PopupOptions options)
Binds a popup with a particular HTML content to a click on this marker.
|
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).
|
Modifier and Type | Method and Description |
---|---|
Popup |
PopupEvent.getPopup() |