Package com.azure.maps.search.models
Class ReverseSearchCrossStreetAddressResult
java.lang.Object
com.azure.maps.search.models.ReverseSearchCrossStreetAddressResult
This object is returned from a successful Search Address Reverse CrossStreet call.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the addresses property: Addresses array.Get the summary property: Summary object for a Search Address Reverse Cross Street response.
-
Constructor Details
-
ReverseSearchCrossStreetAddressResult
public ReverseSearchCrossStreetAddressResult()
-
-
Method Details
-
getSummary
Get the summary property: Summary object for a Search Address Reverse Cross Street response.- Returns:
- the summary value.
-
getAddresses
Get the addresses property: Addresses array.- Returns:
- the addresses value.
-