Package | Description |
---|---|
com.gwidgets.api.leaflet | |
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
L |
Polyline.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
Marker.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
Popup.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
LayerGroup.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
Icon.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
CircleMarker.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
Layer.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options)
Binds a tooltip to the layer with the passed *content and sets up the neccessary event listeners.
|
L |
Renderer.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
ImageOverlay.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
GridLayer.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
Tooltip.bindTooltip(elemental2.dom.HTMLElement content,
TooltipOptions options) |
L |
Polyline.bindTooltip(String content,
TooltipOptions options) |
L |
Marker.bindTooltip(String content,
TooltipOptions options) |
L |
Popup.bindTooltip(String content,
TooltipOptions options) |
L |
LayerGroup.bindTooltip(String content,
TooltipOptions options) |
L |
Icon.bindTooltip(String content,
TooltipOptions options) |
L |
CircleMarker.bindTooltip(String content,
TooltipOptions options) |
L |
Layer.bindTooltip(String content,
TooltipOptions options)
Binds a tooltip to the layer with the passed *content and sets up the neccessary event listeners.
|
L |
Renderer.bindTooltip(String content,
TooltipOptions options) |
L |
ImageOverlay.bindTooltip(String content,
TooltipOptions options) |
L |
GridLayer.bindTooltip(String content,
TooltipOptions options) |
L |
Tooltip.bindTooltip(String content,
TooltipOptions options) |
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) |
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 |
---|---|
TooltipOptions |
TooltipOptions.Builder.build() |
Copyright © 2018 G-Widgets. All rights reserved.