Click or drag to resize

AutoaddressClientReverseGeocode Method (Link)

Reverse geocode a location. 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 Response ReverseGeocode(
	Link link
)

Parameters

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

Return Value

Type: Response
ReverseGeocode response.

Implements

IAutoaddressReverseGeocode(Link)
See Also