|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.overlays.MarkerShape
public class MarkerShape
This object defines the marker shape to use in determination of a marker's clickable region. The shape consists of two properties ° type and coord ° which define the general type of marker and coordinates specific to that type of marker.
See MarkerShape API Doc
Constructor Summary | |
---|---|
protected |
MarkerShape()
This object defines the marker shape to use in determination of a marker's clickable region. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected MarkerShape()
Method Detail |
---|
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()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |