public enum GoogleMapShapeType extends java.lang.Enum<GoogleMapShapeType>
| Modifier and Type | Method and Description |
|---|---|
static GoogleMapShapeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GoogleMapShapeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleMapShapeType LAT_LNG
public static final GoogleMapShapeType MARKER_OPTIONS
public static final GoogleMapShapeType POLYLINE_OPTIONS
public static final GoogleMapShapeType POLYGON_OPTIONS
public static final GoogleMapShapeType MULTI_LAT_LNG
public static final GoogleMapShapeType MULTI_POLYLINE_OPTIONS
public static final GoogleMapShapeType MULTI_POLYGON_OPTIONS
public static final GoogleMapShapeType MARKER
public static final GoogleMapShapeType POLYLINE
public static final GoogleMapShapeType POLYGON
public static final GoogleMapShapeType MULTI_MARKER
public static final GoogleMapShapeType MULTI_POLYLINE
public static final GoogleMapShapeType MULTI_POLYGON
public static final GoogleMapShapeType POLYLINE_MARKERS
public static final GoogleMapShapeType POLYGON_MARKERS
public static final GoogleMapShapeType MULTI_POLYLINE_MARKERS
public static final GoogleMapShapeType MULTI_POLYGON_MARKERS
public static final GoogleMapShapeType COLLECTION
public static GoogleMapShapeType[] values()
for (GoogleMapShapeType c : GoogleMapShapeType.values()) System.out.println(c);
public static GoogleMapShapeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null