Package com.azure.maps.search.models
Class SearchAddressResultType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SearchAddressResultType>
com.azure.maps.search.models.SearchAddressResultType
public final class SearchAddressResultType
extends com.azure.core.util.ExpandableStringEnum<SearchAddressResultType>
Defines values for SearchAddressResultType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SearchAddressResultType
Static value Address Range for SearchAddressResultType.static final SearchAddressResultType
Static value Cross Street for SearchAddressResultType.static final SearchAddressResultType
Static value Geography for SearchAddressResultType.static final SearchAddressResultType
Static value POI for SearchAddressResultType.static final SearchAddressResultType
Static value Point Address for SearchAddressResultType.static final SearchAddressResultType
Static value Street for SearchAddressResultType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchAddressResultType
fromString
(String name) Creates or finds a SearchAddressResultType from its string representation.static Collection<SearchAddressResultType>
values()
Gets known SearchAddressResultType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
POI
Static value POI for SearchAddressResultType. -
STREET
Static value Street for SearchAddressResultType. -
GEOGRAPHY
Static value Geography for SearchAddressResultType. -
POINT_ADDRESS
Static value Point Address for SearchAddressResultType. -
ADDRESS_RANGE
Static value Address Range for SearchAddressResultType. -
CROSS_STREET
Static value Cross Street for SearchAddressResultType.
-
-
Constructor Details
-
SearchAddressResultType
public SearchAddressResultType()
-
-
Method Details
-
fromString
Creates or finds a SearchAddressResultType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding SearchAddressResultType.
-
values
Gets known SearchAddressResultType values.- Returns:
- known SearchAddressResultType values.
-