Package com.azure.maps.route.models
Class GuidanceManeuver
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GuidanceManeuver>
com.azure.maps.route.models.GuidanceManeuver
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class GuidanceManeuver
extends com.azure.core.util.ExpandableStringEnum<GuidanceManeuver>
A code identifying the maneuver.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GuidanceManeuverYou have arrived.static final GuidanceManeuverYou have arrived.static final GuidanceManeuverYou have arrived.static final GuidanceManeuverBear left.static final GuidanceManeuverBear right.static final GuidanceManeuverLeave.static final GuidanceManeuverTake the freeway.static final GuidanceManeuverTake the highway.static final GuidanceManeuverTake the motorway.static final GuidanceManeuverTake the ramp.static final GuidanceManeuverFollow.static final GuidanceManeuverKeep left.static final GuidanceManeuverKeep right.static final GuidanceManeuverMake a U-turn.static final GuidanceManeuverTake the left exit.static final GuidanceManeuverTake the right exit.static final GuidanceManeuverGo around the roundabout.static final GuidanceManeuverCross the roundabout.static final GuidanceManeuverAt the roundabout take the exit on the left.static final GuidanceManeuverAt the roundabout take the exit on the right.static final GuidanceManeuverTurn sharp left.static final GuidanceManeuverTurn sharp right.static final GuidanceManeuverKeep straight on.static final GuidanceManeuverSwitch to the main road.static final GuidanceManeuverSwitch to the parallel road.static final GuidanceManeuverTake the exit.static final GuidanceManeuverTake the ferry.static final GuidanceManeuverTry to make a U-turn.static final GuidanceManeuverTurn left.static final GuidanceManeuverTurn right.static final GuidanceManeuverYou have reached the waypoint.static final GuidanceManeuverYou have reached the waypoint.static final GuidanceManeuverYou have reached the waypoint. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GuidanceManeuverfromString(String name) Creates or finds a GuidanceManeuver from its string representation.static Collection<GuidanceManeuver> values()Gets known GuidanceManeuver values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ARRIVE
You have arrived. -
ARRIVE_LEFT
You have arrived. Your destination is on the left. -
ARRIVE_RIGHT
You have arrived. Your destination is on the right. -
DEPART
Leave. -
STRAIGHT
Keep straight on. -
KEEP_RIGHT
Keep right. -
BEAR_RIGHT
Bear right. -
TURN_RIGHT
Turn right. -
SHARP_RIGHT
Turn sharp right. -
KEEP_LEFT
Keep left. -
BEAR_LEFT
Bear left. -
TURN_LEFT
Turn left. -
SHARP_LEFT
Turn sharp left. -
MAKE_UTURN
Make a U-turn. -
ENTER_MOTORWAY
Take the motorway. -
ENTER_FREEWAY
Take the freeway. -
ENTER_HIGHWAY
Take the highway. -
TAKE_EXIT
Take the exit. -
MOTORWAY_EXIT_LEFT
Take the left exit. -
MOTORWAY_EXIT_RIGHT
Take the right exit. -
TAKE_FERRY
Take the ferry. -
ROUNDABOUT_CROSS
Cross the roundabout. -
ROUNDABOUT_RIGHT
At the roundabout take the exit on the right. -
ROUNDABOUT_LEFT
At the roundabout take the exit on the left. -
ROUNDABOUT_BACK
Go around the roundabout. -
TRY_MAKE_UTURN
Try to make a U-turn. -
FOLLOW
Follow. -
SWITCH_PARALLEL_ROAD
Switch to the parallel road. -
SWITCH_MAIN_ROAD
Switch to the main road. -
ENTRANCE_RAMP
Take the ramp. -
WAYPOINT_LEFT
You have reached the waypoint. It is on the left. -
WAYPOINT_RIGHT
You have reached the waypoint. It is on the right. -
WAYPOINT_REACHED
You have reached the waypoint.
-
-
Constructor Details
-
GuidanceManeuver
Deprecated.Use thefromString(String)factory method.Creates a new instance of GuidanceManeuver value.
-
-
Method Details
-
fromString
Creates or finds a GuidanceManeuver from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GuidanceManeuver.
-
values
Gets known GuidanceManeuver values.- Returns:
- known GuidanceManeuver values.
-
fromString(String)factory method.