Click or drag to resize

AutoaddressClientReverseGeocodeAsync Method (Link)

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
public Task<Response> ReverseGeocodeAsync(
	Link link
)

Parameters

link
Type: Autoaddress.Autoaddress2_0.Model.ReverseGeocodeLink
A link returned in a ReverseGeocode response.

Return Value

Type: TaskResponse
The task object representing the asynchronous operation.

Implements

IAutoaddressReverseGeocodeAsync(Link)
See Also