public static enum GLMapAnnotation.AnnotationLayer extends Enum<GLMapAnnotation.AnnotationLayer>
| Enum Constant and Description |
|---|
noLayer |
poiLayer |
routeWayPoint |
tilePoiLayer |
trafficCamera |
trafficIncident |
trafficSpeedTrap |
userDefinedFirst |
userDefinedSecond |
userDefineThird |
vehicle |
| Modifier and Type | Method and Description |
|---|---|
static GLMapAnnotation.AnnotationLayer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GLMapAnnotation.AnnotationLayer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GLMapAnnotation.AnnotationLayer noLayer
public static final GLMapAnnotation.AnnotationLayer tilePoiLayer
public static final GLMapAnnotation.AnnotationLayer poiLayer
public static final GLMapAnnotation.AnnotationLayer trafficIncident
public static final GLMapAnnotation.AnnotationLayer trafficCamera
public static final GLMapAnnotation.AnnotationLayer trafficSpeedTrap
public static final GLMapAnnotation.AnnotationLayer routeWayPoint
public static final GLMapAnnotation.AnnotationLayer vehicle
public static final GLMapAnnotation.AnnotationLayer userDefinedFirst
public static final GLMapAnnotation.AnnotationLayer userDefinedSecond
public static final GLMapAnnotation.AnnotationLayer userDefineThird
public static GLMapAnnotation.AnnotationLayer[] values()
for (GLMapAnnotation.AnnotationLayer c : GLMapAnnotation.AnnotationLayer.values()) System.out.println(c);
public static GLMapAnnotation.AnnotationLayer 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