NdsMapContext

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class NdsMapContext

Deprecated

This will be removed from future releases after 2026-07-26.

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

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, updater: NdsMapUpdater?)

Constructs the NDS map context with an NdsStore and the NdsMapUpdater that updates it.