Click or drag to resize

IAutoaddressReverseGeocodeAsync Method (Request)

Reverse geocode a location as an asynchronous operation. Returns the nearest building to the location within the specified maxDistance.

Namespace:  Autoaddress.Autoaddress2_0
Assembly:  Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntax
Task<Response> ReverseGeocodeAsync(
	Request request
)

Parameters

request
Type: Autoaddress.Autoaddress2_0.Model.ReverseGeocodeRequest
ReverseGeocode request.

Return Value

Type: TaskResponse
The task object representing the asynchronous operation.
See Also