Package | Description |
---|---|
com.gwidgets.api.leaflet | |
com.gwidgets.api.leaflet.events |
Modifier and Type | Method and Description |
---|---|
Tooltip |
Polyline.getTooltip() |
Tooltip |
Marker.getTooltip() |
Tooltip |
Popup.getTooltip() |
Tooltip |
LayerGroup.getTooltip() |
Tooltip |
Icon.getTooltip() |
Tooltip |
CircleMarker.getTooltip() |
Tooltip |
Layer.getTooltip()
Returns the tooltip bound to this layer.
|
Tooltip |
Renderer.getTooltip() |
Tooltip |
ImageOverlay.getTooltip() |
Tooltip |
GridLayer.getTooltip() |
Tooltip |
Tooltip.getTooltip() |
static Tooltip |
L.tooltip(TooltipOptions options,
Layer source)
Instantiates a Tooltip object given an optional options object that describes its appearance and location and an optional source object that is used to tag the tooltip with a reference to the Layer to which it refers.
|
Modifier and Type | Method and Description |
---|---|
L |
Polyline.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
Marker.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
Popup.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
LayerGroup.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
Icon.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
CircleMarker.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
Layer.bindTooltip(Tooltip content,
TooltipOptions options)
Binds a tooltip to the layer with the passed content and sets up the neccessary event listeners.
|
L |
Renderer.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
ImageOverlay.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
GridLayer.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
Tooltip.bindTooltip(Tooltip content,
TooltipOptions options) |
L |
Polyline.setTooltipContent(Tooltip content) |
L |
Marker.setTooltipContent(Tooltip content) |
L |
Popup.setTooltipContent(Tooltip content) |
L |
LayerGroup.setTooltipContent(Tooltip content) |
L |
Icon.setTooltipContent(Tooltip content) |
L |
CircleMarker.setTooltipContent(Tooltip content) |
L |
Layer.setTooltipContent(Tooltip content)
Sets the content of the tooltip bound to this layer.
|
L |
Renderer.setTooltipContent(Tooltip content) |
L |
ImageOverlay.setTooltipContent(Tooltip content) |
L |
GridLayer.setTooltipContent(Tooltip content) |
L |
Tooltip.setTooltipContent(Tooltip content) |
Modifier and Type | Method and Description |
---|---|
Tooltip |
TooltipEvent.getTooltip()
The tooltip that was opened or closed.
|
Copyright © 2018 G-Widgets. All rights reserved.