public static enum LocationManager.MapMode extends java.lang.Enum<LocationManager.MapMode>
Modifier and Type | Method and Description |
---|---|
static LocationManager.MapMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocationManager.MapMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationManager.MapMode Map_2D
public static final LocationManager.MapMode Map_3D
public static LocationManager.MapMode[] values()
for (LocationManager.MapMode c : LocationManager.MapMode.values()) System.out.println(c);
public static LocationManager.MapMode 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