public static enum Annotation.AnnotationLayer extends Enum<Annotation.AnnotationLayer>
| Enum Constant and Description |
|---|
NoLayer |
PoiLayer |
RouteWayPoint |
TilePoiLayer |
TrafficCamera |
TrafficIncident |
TrafficSpeedTrap |
UserDefinedFirst |
UserDefinedSecond |
UserDefineThird |
Vehicle |
| Modifier and Type | Method and Description |
|---|---|
static Annotation.AnnotationLayer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotation.AnnotationLayer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Annotation.AnnotationLayer NoLayer
public static final Annotation.AnnotationLayer TilePoiLayer
public static final Annotation.AnnotationLayer PoiLayer
public static final Annotation.AnnotationLayer TrafficIncident
public static final Annotation.AnnotationLayer TrafficCamera
public static final Annotation.AnnotationLayer TrafficSpeedTrap
public static final Annotation.AnnotationLayer RouteWayPoint
public static final Annotation.AnnotationLayer Vehicle
public static final Annotation.AnnotationLayer UserDefinedFirst
public static final Annotation.AnnotationLayer UserDefinedSecond
public static final Annotation.AnnotationLayer UserDefineThird
public static Annotation.AnnotationLayer[] values()
for (Annotation.AnnotationLayer c : Annotation.AnnotationLayer.values()) System.out.println(c);
public static Annotation.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