OnlineReverseGeocoder

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

Reverse geocoding is the process of translating geographic coordinates in the form of latitude and longitude into a readable address or location description that can be easily understood by humans. This process makes possible the identification of specific location details such as the street address, city, postal code, and other relevant information associated with a particular location on a map. For example, the location (52.391174, 4.910375) can be translated to the address (Distelweg, 141031 HE, Amsterdam).

A typical use case is for the end user to click on the map and see the address at the clicked position.

An example of this, is clicking on location (52.391174, 4.910375)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun close()
Link copied to clipboard
open fun reverseGeocode(options: <Error class: unknown class>): <Error class: unknown class><<Error class: unknown class>, <Error class: unknown class>>

Translates a location in latitude and longitude into a human-readable address.

open fun reverseGeocode(options: <Error class: unknown class>, callback: <Error class: unknown class>): <Error class: unknown class>

Translates a location of latitude and longitude into a human-readable address.