RegionStoreUpdateConfiguration

Types

Link copied to clipboard
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Token, or key for requests to the map updates service.

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 map data. If not specified, the 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

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 RegionStoreConfiguration.regionStorePath 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