OfflineReverseGeocoder
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 offline NDS (Navigation Data Standard) map. NDS is a standardized format for maps for automotive-grade navigation. For more visit, https://nds-association.org
Important: This is a Public Preview API. It may be changed or removed at any time.
Types
Functions
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.