@JsType(isNative=true, namespace="<global>", name="Object") public class DivIconOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DivIconOptions.Builder
The Class Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
getAttribution() |
Point |
getBgPos() |
String |
getClassName()
Gets the custom class name assigned to the icon.
|
String |
getHtml()
Gets the custom HTML code put inside the div element, empty by default.
|
Point |
getIconAnchor()
Gets The coordinates of the "tip" of the icon (relative to its top left corner).
|
String |
getIconRetinaUrl() |
Point |
getIconSize()
Gets the size of the icon in pixels.
|
String |
getIconUrl() |
String |
getPane() |
Point |
getPopUpAnchor()
Gets The coordinates of the point from which popups will "open", relative to the icon anchor.
|
Point |
getShadowAnchor() |
String |
getShadowRetinaUrl() |
Point |
getShadowSize() |
String |
getShadowUrl() |
@JsOverlay public final Point getIconSize()
@JsOverlay public final Point getIconAnchor()
@JsOverlay public final Point getPopUpAnchor()
@JsOverlay public final String getClassName()
@JsOverlay public final String getHtml()
@JsOverlay public final Point getBgPos()
@JsOverlay public final String getIconUrl()
@JsOverlay public final String getIconRetinaUrl()
@JsOverlay public final String getShadowUrl()
@JsOverlay public final String getShadowRetinaUrl()
@JsOverlay public final Point getShadowSize()
@JsOverlay public final Point getShadowAnchor()
@JsOverlay public final String getPane()
@JsOverlay public final String getAttribution()
Copyright © 2018 G-Widgets. All rights reserved.