HybridReverseGeocoder
Deprecated
This API is deprecated, for more details please go to: https://developer.tomtom.com/navigation/android/releases/versions/2.1
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.
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.