public class MarkerShape extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
MarkerShape()
This object defines the marker shape to use in determination of a marker's clickable region.
|
Modifier and Type | Method and Description |
---|---|
JsArrayInteger |
getCoordinates()
gets coords (refer to setter)
|
MarkerShapeType |
getType()
gets gets Describes the shape's type and can be circle, poly or rect.
|
static MarkerShape |
newInstance()
creates This object defines the marker shape to use in determination of a marker's clickable region.
|
void |
setCoordinates(JsArrayInteger coords)
sets The format of this attribute depends on the value of the type and follows the w3 AREA coords specification found at
See adef-coords API Doc. |
void |
setType(MarkerShapeType type)
sets Describes the shape's type and can be circle, poly or rect.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
protected MarkerShape()
public static final MarkerShape newInstance()
public final void setCoordinates(JsArrayInteger coords)
coords
- array of coordspublic final JsArrayInteger getCoordinates()
public final void setType(MarkerShapeType type)
type
- public final MarkerShapeType getType()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.