HybridReverseGeocoder
Implementation of the TomTom's Hybrid Reverse Geocoding API.
The hybrid reverse geocoder combines the online and offline reverse geocoding services. Both online and offline services are triggered in parallel. If online service returns a result, the offline service request is cancelled. If the online service fails to provide a result, the offline service is used as a fallback.
Important: This is a Public Preview API. It may be changed or removed at any time.
See also
Types
Contains the factory methods for creating instances of HybridReverseGeocoder.
Functions
Performs reverse geocoding using the provided ReverseGeocoderOptions object.
Performs reverse geocoding using the provided ReverseGeocoderOptions object. This is an asynchronous operation; the result is provided through callback.