NDSMapUpdater
public protocol NDSMapUpdater : UpdatableDataStore
Protocol used to abstract the NDS map updater implementation.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Path to the NDS map data, the directory that contains the ‘ROOT.NDS’ file.
Declaration
Swift
var ndsMapDataPath: String { get }