Package-level declarations
Module for updating NDS maps.
The NDS map is stored locally on the device and it is updated with new map data through an internet connection. The main features of this module include:
Keeping the map up-to-date automatically based on the position and/or active route.
Providing APIs to build a manual map management user interface.
Automatically limiting storage usage and expensive connection usage.
Instantiate the NdsStoreUpdater component using NdsStoreUpdaterConfiguration to (automatically) update the map.
Types
Listener for errors in the automatic map update process.
The information about a completed map operation.
The information about the current map operation.
The install state of a RegionGraphNode.
Represents an operation on the onboard map.
Represents an operation that can be performed on an updatable map region.
Listener for map update availability checks on the update server.
Errors that can be reported from NdsStoreUpdater.
Implementation of an NDS data store updater.
Configuration of updates of the NdsStoreUpdater.
Configuration of the network connectivity for the NdsStoreUpdaterConfiguration.
Hierarchical map structure. Leaf nodes represent updatable regions.
Listener for changes to the NDS map state. The map state is represented as a graph of regions.
A node in the RegionGraph. It represents a region in the NDS map. It may be updatable.
Unique region graph node identifier.
The state of a node in the RegionGraph for which RegionGraphNode.isUpdatableRegion is 'true'.
A list of regions along a polyline.
A list of regions around a position.
The information about an update.
The Update state of a RegionGraphNode.