ConfigurationSnapshot

class ConfigurationSnapshot(val unitSystem: UnitSystem = UnitSystem.Metric, val language: Locale = Locale.ENGLISH)

Snapshot of the current navigation configuration.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(unitSystem: UnitSystem = UnitSystem.Metric, language: Locale = Locale.ENGLISH)

Properties

Link copied to clipboard

The language that is used by all navigation components. You can change the language by updating the property com.tomtom.sdk.navigation.TomTomNavigation.preferredLanguage.

Link copied to clipboard

UnitSystem that is used by all navigation components. You can change the unit system by updating the property com.tomtom.sdk.navigation.TomTomNavigation.unitSystem.

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