| Package | Description |
|---|---|
| com.google.gwt.maps.client.overlays |
| Modifier and Type | Method and Description |
|---|---|
static MarkerShapeType |
MarkerShapeType.fromValue(String type)
convert a String value to enum Type
|
MarkerShapeType |
MarkerShape.getType()
gets gets Describes the shape's type and can be circle, poly or rect.
|
static MarkerShapeType |
MarkerShapeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkerShapeType[] |
MarkerShapeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MarkerShape.setType(MarkerShapeType type)
sets Describes the shape's type and can be circle, poly or rect.
|
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.