-
- All Implemented Interfaces:
public class Annotation.Layer
* Layer enum for operating on annotations by layer (show, hide, etc...) Clients may create their own layers by using numbers from UserDefinedFirst to UserDefinedLast
-
-
Field Summary
Fields Modifier and Type Field Description public final static int
Default
public final static int
TilePointOfInterest
public final static int
PointOfInterest
public final static int
TrafficIncident
public final static int
TrafficCamera
public final static int
TrafficSpeedTrap
public final static int
RouteWayPoint
public final static int
UserDefinedFirst
public final static int
UserDefinedLast
public final int
rawValue
-
Constructor Summary
Constructors Constructor Description Annotation.Layer(int rawValue)
-