Click or drag to resize
LegacyTelogisServiceReverseGeocode Method
Print this page
Converts a latitude-longitude coordinate to a street address.

Namespace: Telogis.API
 
Syntax
public GeocodeResult ReverseGeocode(
	LatLon latLon
)

Parameters

latLon
Type: Telogis.APILatLon
The latitude-longitude coordinate to resolve.

Return Value

Type: GeocodeResult
A single GeocodeResult containing the address and matching coordinates.
Remarks
See ForwardGeocode(String, Country) to convert a street address to a latitude-longitude coordinate.
See Also