NdsStoreUpdateConfiguration

Configuration parameters of updates of the NdsStore.

Types

Link copied to clipboard
class Builder

Builder for NdsStoreUpdateConfiguration. Use with NdsStoreConfiguration.buildUpdateConfiguration to customize the update configuration when creating an instance of NdsStore.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Token, or key for requests to the map updates service that was specified in serviceUri.

Link copied to clipboard

The locale whose language will be used for names of map regions. The parameter defaults to the user's preferred locale. If the map does not support the language, the best matched language in the map will be used. Default to the user's preferred locale.

Link copied to clipboard
Link copied to clipboard

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).

Link copied to clipboard

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.

Link copied to clipboard
val serviceUri: Uri

The URI of the service to download updates from. Default to DEFAULT_SERVICE_URI.

Link copied to clipboard

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.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String