LegacyTelogisServiceReverseGeocode Method |
Print this page
Converts a latitude-longitude coordinate to a street address.
Namespace: Telogis.API Syntax public GeocodeResult ReverseGeocode(
LatLon latLon
)
Public Function ReverseGeocode (
latLon As LatLon
) As GeocodeResult
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 Also