NdsMapContext

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.

Throws

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