OnboardReverseGeocoderApi

class OnboardReverseGeocoderApi : ReverseGeocoderApi

Reverse geocoding is the process of turning a location on the map into a human-readable address (address look-up). This implements the Reverse Geocoding API based on an onboard NDS (Navigation Data Standard) map. NDS is a standardized format for maps for automotive-grade navigation. For more visit, https://nds-association.org

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun dispose()
Link copied to clipboard
open override fun reverseGeocode(reverseGeocoderOptions: ReverseGeocoderOptions): Result<ReverseGeocoderResponse, ReverseGeocoderError>

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

open override fun reverseGeocode(reverseGeocoderOptions: ReverseGeocoderOptions, reverseGeocoderCallback: ReverseGeocoderCallback): Cancellable

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