MapsSearchClient.ReverseSearchAddress Method

Definition

Reverse geocode to an address. There may be times when you need to translate a pair of coordinates (example: 37.786505, -122.3862) into a human understandable street address. Most often this is needed in tracking applications where you receive a GPS feed from the device or asset and wish to know what address where the a pair of coordinates is located. This endpoint will return address information for a given coordinate.

public virtual Azure.Response<Azure.Maps.Search.Models.ReverseSearchAddressResult> ReverseSearchAddress (Azure.Maps.Search.ReverseSearchOptions options = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ReverseSearchAddress : Azure.Maps.Search.ReverseSearchOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Maps.Search.Models.ReverseSearchAddressResult>
override this.ReverseSearchAddress : Azure.Maps.Search.ReverseSearchOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Maps.Search.Models.ReverseSearchAddressResult>
Public Overridable Function ReverseSearchAddress (Optional options As ReverseSearchOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ReverseSearchAddressResult)

Parameters

options
ReverseSearchOptions

additional options

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Remarks

Reverse Geocode to an Address

Applies to