IAutoaddressReverseGeocodeAsync 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
SyntaxTask<Response> ReverseGeocodeAsync(
Link link
)
Function ReverseGeocodeAsync (
link As Link
) As Task(Of Response)
Task<Response^>^ ReverseGeocodeAsync(
Link^ link
)
abstract ReverseGeocodeAsync :
link : Link -> Task<Response>
Parameters
- link
- Type: Autoaddress.Autoaddress2_0.Model.ReverseGeocodeLink
A link returned in a ReverseGeocode response.
Return Value
Type:
TaskResponseThe task object representing the asynchronous operation.
See Also