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