NdsMapContext

NDS map context consisting of an NdsStore and, optionally, an associated NdsMapUpdater to enable map updates. Important: This is a Public Preview API. It may be changed or removed at any time.

If the default implementation is replaced by a custom one, then it needs to be created based on NdsStore, so it will use same ndsStore.sync and ndsStore.ndsStorePath as NdsStore does.

Constructors

Link copied to clipboard
constructor(ndsStore: NdsStore)

Constructs the NDS map context with an NdsStore that cannot be updated. Important: This is a Public Preview API. It may be changed or removed at any time.

constructor(ndsStore: NdsStore, updater: NdsMapUpdater?)

Constructs the NDS map context with an NdsStore and the NdsMapUpdater that updates it. Important: This is a Public Preview API. It may be changed or removed at any time.

Properties

Link copied to clipboard

Offline data store used during initialization of navigation engines. Important: This is a Public Preview API. It may be changed or removed at any time.

Link copied to clipboard

Used for updating the given NDS store. Important: This is a Public Preview API. It may be changed or removed at any time.