public static enum Maneuver.Icon extends java.lang.Enum<Maneuver.Icon>
Maneuver
icons.Enum Constant and Description |
---|
END
An icon that indicates the destination point.
|
ENTER_HIGHWAY_LEFT_LANE
An icon that indicates entering a highway into the left lane.
|
ENTER_HIGHWAY_RIGHT_LANE
An icon that indicates entering a highway into the right lane.
|
FERRY
An icon that indicates boarding a ferry.
|
GO_STRAIGHT
An icon that indicates a straight course.
|
HEAVY_LEFT
An icon that indicates a heavy left turn.
|
HEAVY_RIGHT
An icon that indicates a heavy right turn.
|
HIGHWAY_KEEP_LEFT
An icon that indicates keeping to the left-hand lane of a highway.
|
HIGHWAY_KEEP_RIGHT
An icon that indicates keeping to the right-hand lane of a highway.
|
KEEP_LEFT
An icon that indicates keeping to the left.
|
KEEP_MIDDLE
Keep middle line.
|
KEEP_RIGHT
An icon that indicates keeping to the right.
|
LEAVE_HIGHWAY_LEFT_LANE
An icon that indicates leaving a highway from the left lane.
|
LEAVE_HIGHWAY_RIGHT_LANE
An icon that indicates leaving a highway from the right lane.
|
LIGHT_LEFT
An icon that indicates a light left turn.
|
LIGHT_RIGHT
An icon that indicates a light right turn.
|
QUITE_LEFT
An icon that indicates a normal left turn.
|
QUITE_RIGHT
An icon that indicates a normal right turn.
|
ROUNDABOUT_1
An icon that indicates using the first exit encountered while navigating a roundabout in
a counter-clockwise direction.
|
ROUNDABOUT_1_LH
An icon that indicates using the first exit encountered while navigating a roundabout in
a clockwise direction.
|
ROUNDABOUT_10
An icon that indicates using the tenth exit encountered while navigating a roundabout in
a counter-clockwise direction.
|
ROUNDABOUT_10_LH
An icon that indicates using the tenth exit encountered while navigating a roundabout in
a clockwise direction.
|
ROUNDABOUT_11
An icon that indicates using the eleventh exit encountered while navigating a roundabout
in a counter-clockwise direction.
|
ROUNDABOUT_11_LH
An icon that indicates using the eleventh exit encountered while navigating a roundabout
in a clockwise direction.
|
ROUNDABOUT_12
An icon that indicates using the twelfth exit encountered while navigating a roundabout
in a counter-clockwise direction.
|
ROUNDABOUT_12_LH
An icon that indicates using the twelfth exit encountered while navigating a roundabout
in a clockwise direction.
|
ROUNDABOUT_2
An icon that indicates using the second exit encountered while navigating a roundabout in
a counter-clockwise direction.
|
ROUNDABOUT_2_LH
An icon that indicates using the second exit encountered while navigating a roundabout in
a clockwise direction.
|
ROUNDABOUT_3
An icon that indicates using the third exit encountered while navigating a roundabout in
a counter-clockwise direction.
|
ROUNDABOUT_3_LH
An icon that indicates using the third exit encountered while navigating a roundabout in
a clockwise direction.
|
ROUNDABOUT_4
An icon that indicates using the fourth exit encountered while navigating a roundabout in
a counter-clockwise direction.
|
ROUNDABOUT_4_LH
An icon that indicates using the fourth exit encountered while navigating a roundabout in
a clockwise direction.
|
ROUNDABOUT_5
An icon that indicates using the fifth exit encountered while navigating a roundabout in
a counter-clockwise direction.
|
ROUNDABOUT_5_LH
An icon that indicates using the fifth exit encountered while navigating a roundabout in
a clockwise direction.
|
ROUNDABOUT_6
An icon that indicates using the sixth exit encountered while navigating a roundabout in
a counter-clockwise direction.
|
ROUNDABOUT_6_LH
An icon that indicates using the sixth exit encountered while navigating a roundabout in
a clockwise direction.
|
ROUNDABOUT_7
An icon that indicates using the seventh exit encountered while navigating a roundabout
in a counter-clockwise direction.
|
ROUNDABOUT_7_LH
An icon that indicates using the seventh exit encountered while navigating a roundabout
in a clockwise direction.
|
ROUNDABOUT_8
An icon that indicates using the eighth exit encountered while navigating a roundabout in
a counter-clockwise direction.
|
ROUNDABOUT_8_LH
An icon that indicates using the eighth exit encountered while navigating a roundabout in
a clockwise direction.
|
ROUNDABOUT_9
An icon that indicates using the ninth exit encountered while navigating a roundabout in
a counter-clockwise direction.
|
ROUNDABOUT_9_LH
An icon that indicates using the ninth exit encountered while navigating a roundabout in
a clockwise direction.
|
START
An icon that indicates the start point (displayed when route navigation has not yet
begun).
|
UNDEFINED
An undefined icon.
|
UTURN_LEFT
An icon that indicates a left u-turn.
|
UTURN_RIGHT
An icon that indicates a right u-turn.
|
Modifier and Type | Method and Description |
---|---|
static Maneuver.Icon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Maneuver.Icon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Maneuver.Icon UNDEFINED
public static final Maneuver.Icon GO_STRAIGHT
public static final Maneuver.Icon UTURN_RIGHT
public static final Maneuver.Icon UTURN_LEFT
public static final Maneuver.Icon KEEP_RIGHT
public static final Maneuver.Icon LIGHT_RIGHT
public static final Maneuver.Icon QUITE_RIGHT
public static final Maneuver.Icon HEAVY_RIGHT
public static final Maneuver.Icon KEEP_MIDDLE
public static final Maneuver.Icon KEEP_LEFT
public static final Maneuver.Icon LIGHT_LEFT
public static final Maneuver.Icon QUITE_LEFT
public static final Maneuver.Icon HEAVY_LEFT
public static final Maneuver.Icon ENTER_HIGHWAY_RIGHT_LANE
public static final Maneuver.Icon ENTER_HIGHWAY_LEFT_LANE
public static final Maneuver.Icon LEAVE_HIGHWAY_RIGHT_LANE
public static final Maneuver.Icon LEAVE_HIGHWAY_LEFT_LANE
public static final Maneuver.Icon HIGHWAY_KEEP_RIGHT
public static final Maneuver.Icon HIGHWAY_KEEP_LEFT
public static final Maneuver.Icon ROUNDABOUT_1
public static final Maneuver.Icon ROUNDABOUT_2
public static final Maneuver.Icon ROUNDABOUT_3
public static final Maneuver.Icon ROUNDABOUT_4
public static final Maneuver.Icon ROUNDABOUT_5
public static final Maneuver.Icon ROUNDABOUT_6
public static final Maneuver.Icon ROUNDABOUT_7
public static final Maneuver.Icon ROUNDABOUT_8
public static final Maneuver.Icon ROUNDABOUT_9
public static final Maneuver.Icon ROUNDABOUT_10
public static final Maneuver.Icon ROUNDABOUT_11
public static final Maneuver.Icon ROUNDABOUT_12
public static final Maneuver.Icon ROUNDABOUT_1_LH
public static final Maneuver.Icon ROUNDABOUT_2_LH
public static final Maneuver.Icon ROUNDABOUT_3_LH
public static final Maneuver.Icon ROUNDABOUT_4_LH
public static final Maneuver.Icon ROUNDABOUT_5_LH
public static final Maneuver.Icon ROUNDABOUT_6_LH
public static final Maneuver.Icon ROUNDABOUT_7_LH
public static final Maneuver.Icon ROUNDABOUT_8_LH
public static final Maneuver.Icon ROUNDABOUT_9_LH
public static final Maneuver.Icon ROUNDABOUT_10_LH
public static final Maneuver.Icon ROUNDABOUT_11_LH
public static final Maneuver.Icon ROUNDABOUT_12_LH
public static final Maneuver.Icon START
public static final Maneuver.Icon END
public static final Maneuver.Icon FERRY
public static Maneuver.Icon[] values()
for (Maneuver.Icon c : Maneuver.Icon.values()) System.out.println(c);
public static Maneuver.Icon valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null