Package com.azure.maps.search.models
Class ReverseSearchCrossStreetAddressResultItem
java.lang.Object
com.azure.maps.search.models.ReverseSearchCrossStreetAddressResultItem
Result object for a Search Address Reverse Cross Street response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the address property: The address of the result.com.azure.core.models.GeoPosition
Get the position property: Position property in the form of "{latitude},{longitude}".
-
Constructor Details
-
ReverseSearchCrossStreetAddressResultItem
public ReverseSearchCrossStreetAddressResultItem()
-
-
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.
-