Package-level declarations
Types
Functor called by the client to signal it has stopped using the map.
A failure that occurs when the required NDS map is not available or inaccessible for some reason.
NDS map context consisting of an NdsStore and, optionally, an associated NdsMapUpdater to enable map updates.
Interface for updating NDS map data.
Implementation of a DataStore which is based on an NDS map.
An abstract class defining the permit required for accessing the onboard NDS store. This class cannot be directly instantiated and requires a specific type of permit. Example:
Synchronizes access to an onboard NDS map.
Configuration parameters for an NdsStore.
A failure inside the NDS data store.
Interface for components that rely on the onboard map. It is used to synchronise access/unavailability states for map files.
Functions
Creates an instance of NdsStore with the default NdsStoreUpdateConfiguration. NdsStoreUpdateConfiguration.apiKey is set to the given apiKey. The paths NdsStoreUpdateConfiguration.updateStoragePath and NdsStoreUpdateConfiguration.persistentStoragePath are taken from the given context. The paths are inside the application's external files directory, or the files directory if the external files directory is not available.