public static enum GoogleMapPolygon.StrokePosition extends Enum<GoogleMapPolygon.StrokePosition>
Modifier and Type | Method and Description |
---|---|
static GoogleMapPolygon.StrokePosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleMapPolygon.StrokePosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleMapPolygon.StrokePosition CENTER
public static final GoogleMapPolygon.StrokePosition INSIDE
public static final GoogleMapPolygon.StrokePosition OUTSIDE
public static GoogleMapPolygon.StrokePosition[] values()
for (GoogleMapPolygon.StrokePosition c : GoogleMapPolygon.StrokePosition.values()) System.out.println(c);
public static GoogleMapPolygon.StrokePosition 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 nullCopyright © 2020 Flowing Code. All rights reserved.