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