HybridReverseGeocoder

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class HybridReverseGeocoder : ReverseGeocoder

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

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object Companion

Contains the factory methods for creating instances of HybridReverseGeocoder.

Functions

Link copied to clipboard
open override fun close()

Closes the hybrid reverse geocoder and releases associated resources.

Link copied to clipboard

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.