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
NDSMapContext
which has property values same as the provided arguments.Throws
An error if the provided
NDSStore
andNDSMapUpdater
have 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?) throws
Parameters
ndsStore
NDSStore
for the desired map.updater
NDSMapUpdater
for updating the map that thisNDSStore
uses.
-
Instance of the
NDSMapUpdater
that was provided during construction.Declaration
Swift
public let updater: NDSMapUpdater?