Package | Description |
---|---|
com.gwidgets.api.leaflet |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2018 G-Widgets. All rights reserved.