@JsType(isNative=true,
namespace="<global>",
name="Object")
public class DivIconOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DivIconOptions.Builder
The Class Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Gets the custom class name assigned to the icon.
|
java.lang.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).
|
Point |
getIconSize()
Gets the size of the icon in pixels.
|
Point |
getPopUpAnchor()
Gets The coordinates of the point from which popups will "open", relative to the icon anchor.
|
@JsOverlay public final Point getIconSize()
@JsOverlay public final Point getIconAnchor()
@JsOverlay public final Point getPopUpAnchor()
@JsOverlay public final java.lang.String getClassName()
@JsOverlay public final java.lang.String getHtml()