TomTomSDKReverseGeocoderOffline
The following declarations are provided by module TomTomSDKReverseGeocoderOffline.
-
Implementation of 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 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.
Refrain from using this class directly, use
See moreOfflineReverseGeocoderFactoryto create instances ofReverseGeocoderinstead.Declaration
Swift
@available(*, deprecated, message: " This will be removed from future releases after 2026-07-15.\n Use OfflineReverseGeocoderFactory instead.") public final class OfflineReverseGeocoder : ReverseGeocoder
-
Creates an offline reverse geocoding 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.
See moreDeclaration
Swift
public enum OfflineReverseGeocoderFactory
-
Defines errors that might occur during reverse geocoding.
See moreDeclaration
Swift
public enum OfflineReverseGeocoderError : Error
TomTom SDK for iOS (0.73.0-rc04)
TomTomSDKReverseGeocoderOffline