@JsType(isNative=true, namespace="<global>", name="Object") public class MarkerOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MarkerOptions.Builder
The Class Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlt()
Gets the text for the alt attribute of the icon image (useful for accessibility).
|
String |
getAttribution() |
boolean |
getClickable()
Gets whether the marker will not emit mouse events and will act as a part of the underlying map
default true
|
boolean |
getDraggable()
Gets Whether the marker is draggable with mouse/touch or not.
|
Icon |
getIcon()
Gets Icon class to use for rendering the marker.
|
boolean |
getInteractive() |
boolean |
getKeyboard()
Gets Whether the marker can be tabbed to with a keyboard and clicked by pressing enter.
|
double |
getOpacity()
Gets The opacity of the marker.
|
String |
getPane() |
double |
getRiseOffset()
Gets The z-index offset used for the riseOnHover feature.
|
boolean |
getRiseOnHover()
Gets whether the marker will get on top of others when you hover the mouse over it.
|
String |
getTitle()
Gets Text for the browser tooltip that appear on marker hover (no tooltip by default).
|
double |
getzIndexOffset()
Gets z index offset
default 0
|
@JsOverlay public final Icon getIcon()
@JsOverlay public final boolean getClickable()
@JsOverlay public final boolean getDraggable()
@JsOverlay public final boolean getKeyboard()
@JsOverlay public final String getTitle()
@JsOverlay public final String getAlt()
@JsOverlay public final double getzIndexOffset()
@JsOverlay public final double getOpacity()
@JsOverlay public final boolean getRiseOnHover()
@JsOverlay public final double getRiseOffset()
@JsOverlay public final String getPane()
@JsOverlay public final String getAttribution()
@JsOverlay public final boolean getInteractive()
Copyright © 2018 G-Widgets. All rights reserved.