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 unitSystemType: UnitSystemType = UnitSystemType.default, val isSoundEnabled: Boolean = true, val keepInBackground: Boolean = false, val voiceLanguage: Locale = Locale.US, val adaptVoiceLanguage: Boolean = false, showWaypointArrivalPanel: Boolean = false) : Parcelable
Represents navigation options that are configurable.
Link copied to clipboard
interface UiComponentsController
Entry point that provides access to navigation UI elements.