OnlineReverseGeocoder

Implementation of the Reverse Geocoding API based on TomTom's online backend.

Important: This is a Public Preview API. It may be changed or removed at any time.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard

Performs a synchronous Reverse Geocoding call using the provided ReverseGeocoderOptions object and delivers the Result by the provided ReverseGeocoderResponse, or a SearchFailure if the action fails.

Performs an asynchronous Reverse Geocoding call using the provided ReverseGeocoderOptions object and returns the result with the provided ReverseGeocoderCallback.