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