NdsMapContext

class NdsMapContext(val ndsStore: NdsStore, val updater: NdsMapUpdater?)

NDS map context consisting of an NdsStore and, optionally, an associated NdsMapUpdater to enable automatic map updates.

Important: This is a Public Preview API. It may be changed or removed at any time.

Throws

when NdsStore and NdsMapUpdater have different map access sync or map path.

Constructors

Link copied to clipboard
constructor(ndsStore: NdsStore, updater: NdsMapUpdater?)

Properties

Link copied to clipboard

Offline data store used during initialization of navigation engines.

Link copied to clipboard

Used for updating the given NDS store. If it is null, then the NDS map on disk does not need to be writable. 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.