@JsType(isNative=true, namespace="<global>", name="Object") public class TooltipOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TooltipOptions.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getAttribution() |
String |
getClassName() |
String |
getDirection()
Direction where to open the tooltip.
|
boolean |
getInteractive()
If true, the tooltip will listen to the feature events.
|
Point |
getOffset()
Optional offset of the tooltip position.
|
double |
getOpacity()
Tooltip container opacity.
|
String |
getPane()
Returns the popup bound to this layer.
|
boolean |
getPermanent()
Whether to open the tooltip permanently or only on mouseover.
|
boolean |
getSticky()
If true, the tooltip will follow the mouse instead of being fixed at the feature center.
|
@JsOverlay public final String getPane()
@JsOverlay public final Point getOffset()
@JsOverlay public final boolean getPermanent()
@JsOverlay public final String getDirection()
@JsOverlay public final boolean getSticky()
@JsOverlay public final boolean getInteractive()
@JsOverlay public final double getOpacity()
@JsOverlay public final String getClassName()
@JsOverlay public final String getAttribution()
Copyright © 2018 G-Widgets. All rights reserved.