NdsStoreUpdaterConfiguration

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class NdsStoreUpdaterConfiguration

Configuration of updates of the NdsStoreUpdater.

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object Companion

Represents default values for the NdsStoreUpdaterConfiguration constructor.

Properties

Link copied to clipboard

Configuration for automatic map operations.

Link copied to clipboard

The locale whose language will be used for names of map regions in region graph. If a locale is passed that does not conform to ISO 3166-1 country codes, it defaults to the en-US locale. If the map does not support the language, the best matched language in the map will be used.

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.

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 API key used for requests to the map updates server that was specified in updateServerUri. If not specified, the key parameter will not be present in requests.

Link copied to clipboard

The URI of the server to download updates from. Defaults to the TomTom production update server.

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.

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