NdsStoreUpdateConfiguration
Configuration parameters of updates of the NdsStore.
Types
Builder for NdsStoreUpdateConfiguration. Use with NdsStoreConfiguration.buildUpdateConfiguration to customize the update configuration when creating an instance of NdsStore.
Properties
Token, or key for requests to the map updates service that was specified in serviceUri.
Network configuration for manual map operations. Default to DEFAULT_MANUAL_UPDATE_NETWORK_CONFIGURATION
The maximum disk space to use by the NDS map. If not specified, the NDS map size is only limited by available disk space. Default to null (unlimited).
The path to the persistent directory for map updates. For some functionality (e.g., recovery from unexpected failures) data may have to be persisted at this location.
The URI of the service to download updates from. Default to DEFAULT_SERVICE_URI.
The local path to the update packages directory. The directory provided must be writable. After a successful update of an update region, all update files for that update region are deleted. Free disk space is required to download and install updates, and to perform optimizations on the map. If insufficient space is available to download and install, then nothing is downloaded. WARNING: The NdsStoreConfiguration.ndsStorePath and updateStoragePath must not be same or a subdirectory of the other.