TMS FNC Geocoding — Guides
Forward geocoding
Set Request.Address to an address string and call GetGeocoding. Handle OnGetGeocoding to receive a list of matching coordinate results.
Reverse geocoding
Set Request.Coordinate and call GetReverseGeocoding. Handle OnGetReverseGeocoding to receive the corresponding address or place name.
Service backends
Set the Service property to choose a backend. Different services vary in coverage, precision, and rate limits. See ITMSFNCGeocodingService for the interface all backends implement.