@JsType(isNative=true,
namespace="<global>",
name="Object")
public class TooltipOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TooltipOptions.Builder |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttribution() |
java.lang.String |
getClassName() |
java.lang.String |
getDirection()
Direction where to open the tooltip.
|
java.lang.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.
|
java.lang.String |
getPane()
Returns the popup bound to this layer.
|
java.lang.Boolean |
getPermanent()
Whether to open the tooltip permanently or only on mouseover.
|
java.lang.Boolean |
getSticky()
If true, the tooltip will follow the mouse instead of being fixed at the feature center.
|
@JsOverlay public final java.lang.String getPane()
@JsOverlay public final Point getOffset()
@JsOverlay public final java.lang.Boolean getPermanent()
@JsOverlay public final java.lang.String getDirection()
@JsOverlay public final java.lang.Boolean getSticky()
@JsOverlay public final java.lang.Boolean getInteractive()
@JsOverlay public final double getOpacity()
@JsOverlay public final java.lang.String getClassName()
@JsOverlay public final java.lang.String getAttribution()