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

Link copied to clipboard
object Companion

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.