Package com.azure.maps.search.models
Class RoadUseType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RoadUseType>
com.azure.maps.search.models.RoadUseType
Defines values for RoadUseType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RoadUseType
Static value Arterial for RoadUseType.static final RoadUseType
Static value LimitedAccess for RoadUseType.static final RoadUseType
Static value LocalStreet for RoadUseType.static final RoadUseType
Static value Ramp for RoadUseType.static final RoadUseType
Static value Rotary for RoadUseType.static final RoadUseType
Static value Terminal for RoadUseType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RoadUseType
fromString
(String name) Creates or finds a RoadUseType from its string representation.static Collection<RoadUseType>
values()
Gets known RoadUseType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
LIMITED_ACCESS
Static value LimitedAccess for RoadUseType. -
ARTERIAL
Static value Arterial for RoadUseType. -
TERMINAL
Static value Terminal for RoadUseType. -
RAMP
Static value Ramp for RoadUseType. -
ROTARY
Static value Rotary for RoadUseType. -
LOCAL_STREET
Static value LocalStreet for RoadUseType.
-
-
Constructor Details
-
RoadUseType
public RoadUseType()
-
-
Method Details
-
fromString
Creates or finds a RoadUseType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RoadUseType.
-
values
Gets known RoadUseType values.- Returns:
- known RoadUseType values.
-