Package-level declarations
Contains the CompositeRegionsUpdater add-on that allows management of map regions in a composite way. NDS Maps are divided into map regions. With NdsStoreUpdater, each region can be updated (or uninstalled) individually. These map regions have a hierarchy. With CompositeRegionsUpdater, higher level map regions can be updated (or uninstalled). For example an entire country or even a continent.
Note that NDS maps provided by TomTom are divided in small map regions to limit data and storage usage when updating automatically. However, these small lower-level map regions are not meant to be shown to the end-user. Therefore, use CompositeRegionsUpdater, as this component hides the lowest level regions. This results in a clean view for the end-user.
Types
CompositeRegion is a logical representation of an update region or an update region set in the NDS map. An update region is a minimal updatable area in the NDS map. An update region set contains one or more update regions, or it could contain one or more update region sets.
Hierarchical structure of CompositeRegions.
Unique identifier in a given CompositeRegion hierarchy.
Listener for changes to the CompositeRegions.
Represents an operation on the CompositeRegion.
The state information of the CompositeRegion.
A data structure that contains the CompositeRegionState information.
A helper class that facilitates the map-management activities on regions in a group-level. It provides a simplified graph of regions for UI visualization, and various functions to allow performing map operations on these regions.
The current operation of the CompositeRegion.