NDSStore
public final class NDSStore
Implements access to operations with an offline NDS map.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
NDSStore.Throws
NDSStoreErrorif there is something wrong with the configuration.Important
For accessing a specific map only one instance of the
NDSStoreshould be created.Declaration
Swift
public init( configuration: NDSStoreConfiguration ) throwsParameters
configurationStore configuration.
-
Errors on the NDS store itself.
See moreDeclaration
Swift
public enum NDSStoreError : Error -
The geopolitical view in ISO 3166-1 alpha-2 form. See more documentation in
geopoliticalView.Declaration
Swift
public let geopoliticalView: String? -
Synchronizes access to the map data.
Declaration
Swift
public let sync: NDSStoreAccessSync
TomTom SDK for iOS (0.53.1)
NDSStore