Package-level declarations
This is the main package for the Navigation UI library, containing the following base classes:
NavigationFragment is the main class for displaying the navigation UI and controlling the navigation process.
NavigationUiOptions allows configuration of the navigation UI.
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, showBetterRouteProposalPanel: Boolean = false, showRoadShieldsAsImages: Boolean = false, isDarkTheme: Boolean = false) : Parcelable
Represents navigation options that are configurable.
Link copied to clipboard
interface UiComponentsController
Entry point that provides access to navigation UI elements.