Package globus.glroute
Annotation Interface GLRouteManeuver.TurnLaneMask
- Enclosing class:
- GLRouteManeuver
`TurnLaneMask` is a type to represent different lane directions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Represents no turn lane or undefined state.static final int
Represents a lane that turns left.static final int
Represents a lane that merges into another lane to the left.static final int
Represents a lane that merges into another lane to the right.static final int
Represents a lane with no specific turn direction.static final int
Represents a lane that reverses direction (U-turn).static final int
Represents a lane that turns right.static final int
Represents a lane that turns sharply to the left.static final int
Represents a lane that turns sharply to the right.static final int
Represents a lane that turns slightly to the left.static final int
Represents a lane that turns slightly to the right.static final int
Represents a lane that continues straight ahead.
-
Field Details
-
EMPTY
static final int EMPTYRepresents no turn lane or undefined state.- See Also:
-
NONE
static final int NONERepresents a lane with no specific turn direction.- See Also:
-
THROUGH
static final int THROUGHRepresents a lane that continues straight ahead.- See Also:
-
SHARP_LEFT
static final int SHARP_LEFTRepresents a lane that turns sharply to the left.- See Also:
-
LEFT
static final int LEFTRepresents a lane that turns left.- See Also:
-
SLIGHT_LEFT
static final int SLIGHT_LEFTRepresents a lane that turns slightly to the left.- See Also:
-
SLIGHT_RIGHT
static final int SLIGHT_RIGHTRepresents a lane that turns slightly to the right.- See Also:
-
RIGHT
static final int RIGHTRepresents a lane that turns right.- See Also:
-
SHARP_RIGHT
static final int SHARP_RIGHTRepresents a lane that turns sharply to the right.- See Also:
-
REVERSE
static final int REVERSERepresents a lane that reverses direction (U-turn).- See Also:
-
MERGE_LEFT
static final int MERGE_LEFTRepresents a lane that merges into another lane to the left.- See Also:
-
MERGE_RIGHT
static final int MERGE_RIGHTRepresents a lane that merges into another lane to the right.- See Also:
-