Package com.azure.maps.search.models
Class ReverseSearchAddressResultItem
java.lang.Object
com.azure.maps.search.models.ReverseSearchAddressResultItem
Result object for a Search Address Reverse response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the address property: The address of the result.Get the matchType property: Information on the type of match.com.azure.core.models.GeoPosition
Get the position property: Position property in the form of "{latitude},{longitude}".Get the roadUse property: The roadUse property.
-
Constructor Details
-
ReverseSearchAddressResultItem
public ReverseSearchAddressResultItem()
-
-
Method Details
-
getAddress
Get the address property: The address of the result.- Returns:
- the address value.
-
getPosition
public com.azure.core.models.GeoPosition getPosition()Get the position property: Position property in the form of "{latitude},{longitude}".- Returns:
- the position value.
-
getRoadUse
Get the roadUse property: The roadUse property.- Returns:
- the roadUse value.
-
getMatchType
Get the matchType property: Information on the type of match.One of: * AddressPoint * HouseNumberRange * Street.
- Returns:
- the matchType value.
-