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