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 Details

    • ARRIVE

      public static final GuidanceManeuver ARRIVE
      You have arrived.
    • ARRIVE_LEFT

      public static final GuidanceManeuver ARRIVE_LEFT
      You have arrived. Your destination is on the left.
    • ARRIVE_RIGHT

      public static final GuidanceManeuver ARRIVE_RIGHT
      You have arrived. Your destination is on the right.
    • DEPART

      public static final GuidanceManeuver DEPART
      Leave.
    • STRAIGHT

      public static final GuidanceManeuver STRAIGHT
      Keep straight on.
    • KEEP_RIGHT

      public static final GuidanceManeuver KEEP_RIGHT
      Keep right.
    • BEAR_RIGHT

      public static final GuidanceManeuver BEAR_RIGHT
      Bear right.
    • TURN_RIGHT

      public static final GuidanceManeuver TURN_RIGHT
      Turn right.
    • SHARP_RIGHT

      public static final GuidanceManeuver SHARP_RIGHT
      Turn sharp right.
    • KEEP_LEFT

      public static final GuidanceManeuver KEEP_LEFT
      Keep left.
    • BEAR_LEFT

      public static final GuidanceManeuver BEAR_LEFT
      Bear left.
    • TURN_LEFT

      public static final GuidanceManeuver TURN_LEFT
      Turn left.
    • SHARP_LEFT

      public static final GuidanceManeuver SHARP_LEFT
      Turn sharp left.
    • MAKE_UTURN

      public static final GuidanceManeuver MAKE_UTURN
      Make a U-turn.
    • ENTER_MOTORWAY

      public static final GuidanceManeuver ENTER_MOTORWAY
      Take the motorway.
    • ENTER_FREEWAY

      public static final GuidanceManeuver ENTER_FREEWAY
      Take the freeway.
    • ENTER_HIGHWAY

      public static final GuidanceManeuver ENTER_HIGHWAY
      Take the highway.
    • TAKE_EXIT

      public static final GuidanceManeuver TAKE_EXIT
      Take the exit.
    • MOTORWAY_EXIT_LEFT

      public static final GuidanceManeuver MOTORWAY_EXIT_LEFT
      Take the left exit.
    • MOTORWAY_EXIT_RIGHT

      public static final GuidanceManeuver MOTORWAY_EXIT_RIGHT
      Take the right exit.
    • TAKE_FERRY

      public static final GuidanceManeuver TAKE_FERRY
      Take the ferry.
    • ROUNDABOUT_CROSS

      public static final GuidanceManeuver ROUNDABOUT_CROSS
      Cross the roundabout.
    • ROUNDABOUT_RIGHT

      public static final GuidanceManeuver ROUNDABOUT_RIGHT
      At the roundabout take the exit on the right.
    • ROUNDABOUT_LEFT

      public static final GuidanceManeuver ROUNDABOUT_LEFT
      At the roundabout take the exit on the left.
    • ROUNDABOUT_BACK

      public static final GuidanceManeuver ROUNDABOUT_BACK
      Go around the roundabout.
    • TRY_MAKE_UTURN

      public static final GuidanceManeuver TRY_MAKE_UTURN
      Try to make a U-turn.
    • FOLLOW

      public static final GuidanceManeuver FOLLOW
      Follow.
    • SWITCH_PARALLEL_ROAD

      public static final GuidanceManeuver SWITCH_PARALLEL_ROAD
      Switch to the parallel road.
    • SWITCH_MAIN_ROAD

      public static final GuidanceManeuver SWITCH_MAIN_ROAD
      Switch to the main road.
    • ENTRANCE_RAMP

      public static final GuidanceManeuver ENTRANCE_RAMP
      Take the ramp.
    • WAYPOINT_LEFT

      public static final GuidanceManeuver WAYPOINT_LEFT
      You have reached the waypoint. It is on the left.
    • WAYPOINT_RIGHT

      public static final GuidanceManeuver WAYPOINT_RIGHT
      You have reached the waypoint. It is on the right.
    • WAYPOINT_REACHED

      public static final GuidanceManeuver WAYPOINT_REACHED
      You have reached the waypoint.
  • Constructor Details

    • GuidanceManeuver

      @Deprecated public GuidanceManeuver()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of GuidanceManeuver value.
  • Method Details

    • fromString

      public static GuidanceManeuver fromString(String name)
      Creates or finds a GuidanceManeuver from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding GuidanceManeuver.
    • values

      public static Collection<GuidanceManeuver> values()
      Gets known GuidanceManeuver values.
      Returns:
      known GuidanceManeuver values.