Class RoadUseType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RoadUseType>
com.azure.maps.search.models.RoadUseType

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

    • LIMITED_ACCESS

      public static final RoadUseType LIMITED_ACCESS
      Static value LimitedAccess for RoadUseType.
    • ARTERIAL

      public static final RoadUseType ARTERIAL
      Static value Arterial for RoadUseType.
    • TERMINAL

      public static final RoadUseType TERMINAL
      Static value Terminal for RoadUseType.
    • RAMP

      public static final RoadUseType RAMP
      Static value Ramp for RoadUseType.
    • ROTARY

      public static final RoadUseType ROTARY
      Static value Rotary for RoadUseType.
    • LOCAL_STREET

      public static final RoadUseType LOCAL_STREET
      Static value LocalStreet for RoadUseType.
  • Constructor Details

    • RoadUseType

      public RoadUseType()
  • Method Details

    • fromString

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

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