NDSMapContext
public struct NDSMapContext
NDSStore and, optionally, its associated NDSMapUpdater.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
NDSMapContextwhich has property values same as the provided arguments.Throws
An error if the provided
NDSStoreandNDSMapUpdaterhave different map access sync or map path.Important
This is a Public Preview API. It may be changed or removed at any time.
Declaration
Swift
public init(ndsStore: NDSStore, updater: NDSMapUpdater?) throwsParameters
ndsStoreNDSStorefor the desired map.updaterNDSMapUpdaterfor updating the map that thisNDSStoreuses.
-
Instance of the
NDSMapUpdaterthat was provided during construction.Declaration
Swift
public let updater: NDSMapUpdater?
TomTom SDK for iOS (0.53.1)
NDSMapContext