Class GuidanceInstructionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<GuidanceInstructionType>
com.azure.maps.route.models.GuidanceInstructionType

public final class GuidanceInstructionType extends com.azure.core.util.ExpandableStringEnum<GuidanceInstructionType>
Defines values for GuidanceInstructionType.
  • Field Details

    • TURN

      public static final GuidanceInstructionType TURN
      Static value TURN for GuidanceInstructionType.
    • ROAD_CHANGE

      public static final GuidanceInstructionType ROAD_CHANGE
      Static value ROAD_CHANGE for GuidanceInstructionType.
    • LOCATION_DEPARTURE

      public static final GuidanceInstructionType LOCATION_DEPARTURE
      Static value LOCATION_DEPARTURE for GuidanceInstructionType.
    • LOCATION_ARRIVAL

      public static final GuidanceInstructionType LOCATION_ARRIVAL
      Static value LOCATION_ARRIVAL for GuidanceInstructionType.
    • DIRECTION_INFO

      public static final GuidanceInstructionType DIRECTION_INFO
      Static value DIRECTION_INFO for GuidanceInstructionType.
    • LOCATION_WAYPOINT

      public static final GuidanceInstructionType LOCATION_WAYPOINT
      Static value LOCATION_WAYPOINT for GuidanceInstructionType.
  • Constructor Details

    • GuidanceInstructionType

      public GuidanceInstructionType()
  • Method Details

    • fromString

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

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