| Package | com.afcomponents.umap.types |
| Class | public class RouteTurnType |
| Constant | Defined by | ||
|---|---|---|---|
| LEFT : String = "left" [static]
| RouteTurnType | ||
| LEFT_FORK : String = "left fork" [static]
| RouteTurnType | ||
| LEFT_MERGE : String = "left merge" [static]
| RouteTurnType | ||
| LEFT_OFF_RAMP : String = "left off ramp" [static]
| RouteTurnType | ||
| LEFT_ON_RAMP : String = "left on ramp" [static]
| RouteTurnType | ||
| LEFT_UTURN : String = "left U-turn" [static]
| RouteTurnType | ||
| NULL : String = "" [static]
| RouteTurnType | ||
| REVERSE : String = "reverse" [static]
| RouteTurnType | ||
| RIGHT : String = "right" [static]
| RouteTurnType | ||
| RIGHT_FORK : String = "right fork" [static]
| RouteTurnType | ||
| RIGHT_MERGE : String = "right merge" [static]
| RouteTurnType | ||
| RIGHT_OFF_RAMP : String = "right off ramp" [static]
| RouteTurnType | ||
| RIGHT_ON_RAMP : String = "right on ramp" [static]
| RouteTurnType | ||
| RIGHT_UTURN : String = "right U-turn" [static]
| RouteTurnType | ||
| SHARP_LEFT : String = "sharp left" [static]
| RouteTurnType | ||
| SHARP_RIGHT : String = "sharp right" [static]
| RouteTurnType | ||
| SLIGHT_LEFT : String = "slight left" [static]
| RouteTurnType | ||
| SLIGHT_RIGHT : String = "slight right" [static]
| RouteTurnType | ||
| STRAIGHT : String = "straight" [static]
| RouteTurnType | ||
| STRAIGHT_FORK : String = "straight fork" [static]
| RouteTurnType | ||
| UTURN : String = "U-turn" [static]
| RouteTurnType | ||
| LEFT | constant |
public static const LEFT:String = "left"
| LEFT_FORK | constant |
public static const LEFT_FORK:String = "left fork"
| LEFT_MERGE | constant |
public static const LEFT_MERGE:String = "left merge"
| LEFT_OFF_RAMP | constant |
public static const LEFT_OFF_RAMP:String = "left off ramp"
| LEFT_ON_RAMP | constant |
public static const LEFT_ON_RAMP:String = "left on ramp"
| LEFT_UTURN | constant |
public static const LEFT_UTURN:String = "left U-turn"
| NULL | constant |
public static const NULL:String = ""
| REVERSE | constant |
public static const REVERSE:String = "reverse"
| RIGHT | constant |
public static const RIGHT:String = "right"
| RIGHT_FORK | constant |
public static const RIGHT_FORK:String = "right fork"
| RIGHT_MERGE | constant |
public static const RIGHT_MERGE:String = "right merge"
| RIGHT_OFF_RAMP | constant |
public static const RIGHT_OFF_RAMP:String = "right off ramp"
| RIGHT_ON_RAMP | constant |
public static const RIGHT_ON_RAMP:String = "right on ramp"
| RIGHT_UTURN | constant |
public static const RIGHT_UTURN:String = "right U-turn"
| SHARP_LEFT | constant |
public static const SHARP_LEFT:String = "sharp left"
| SHARP_RIGHT | constant |
public static const SHARP_RIGHT:String = "sharp right"
| SLIGHT_LEFT | constant |
public static const SLIGHT_LEFT:String = "slight left"
| SLIGHT_RIGHT | constant |
public static const SLIGHT_RIGHT:String = "slight right"
| STRAIGHT | constant |
public static const STRAIGHT:String = "straight"
| STRAIGHT_FORK | constant |
public static const STRAIGHT_FORK:String = "straight fork"
| UTURN | constant |
public static const UTURN:String = "U-turn"