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
and NDSMapUpdater
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
|
|
updater
|
|
Instance of the NDSMapUpdater
that was provided during construction.
Declaration
Swift
public let updater: NDSMapUpdater?