Share via


MapsSearchClient.ReverseSearchCrossStreetAddress Method

Definition

Reverse geocode to a cross street. There may be times when you need to translate a a pair of coordinates (example: 37.786505, -122.3862) into a human understandable cross street. 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 cross street information for a given coordinate.

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

Parameters

options
ReverseSearchCrossStreetOptions

additional options

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Remarks

Reverse Geocode to a Cross Street

Applies to