public enum GoogleMapShapeType extends Enum<GoogleMapShapeType>
| Modifier and Type | Method and Description |
|---|---|
static GoogleMapShapeType |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null