Package-level declarations

Types

Link copied to clipboard

An Android fragment wrapping TomTomNavigation. It provides the UI that shows information about the oncoming manoeuvres, route parameters (like ETA and remaining distance), current speed and the speed limit.

Link copied to clipboard
class NavigationUiOptions(val units: UnitSystem = getDefaultUnitSystem(), val isSoundEnabled: Boolean = true, val keepInBackground: Boolean = false, val voiceLanguage: Locale = Locale.US, val adaptVoiceLanguage: Boolean = false) : Parcelable

Represents navigation options that are configurable.

Link copied to clipboard

Entry point that provides access to navigation UI elements.