Package com.azure.maps.search.models
Class MatchType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MatchType>
com.azure.maps.search.models.MatchType
Defines values for MatchType.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MatchType
fromString
(String name) Creates or finds a MatchType from its string representation.static Collection<MatchType>
values()
Gets known MatchType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ADDRESS_POINT
Static value AddressPoint for MatchType. -
HOUSE_NUMBER_RANGE
Static value HouseNumberRange for MatchType. -
STREET
Static value Street for MatchType.
-
-
Constructor Details
-
MatchType
public MatchType()
-
-
Method Details
-
fromString
Creates or finds a MatchType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MatchType.
-
values
Gets known MatchType values.- Returns:
- known MatchType values.
-