Package-level declarations

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
value class GuidanceType

The type of navigation guidance. It defines the behavior of the camera and the route around navigation events such as start, end, reaching waypoint or destination, etc. It also defines route events like deviation, change, information update, progress change, and so on.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface NavigationEventDispatcher : AutoCloseable

The source of navigation events used by NavigationVisualization. The client can use this module to dispatch navigation events to the navigation visualization.

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

Create instances of NavigationEventDispatcher that are used by NavigationVisualization as a source of navigation events.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface NavigationVisualization : RoutingVisualization, AutoCloseable

Entry point for all methods related to the navigation visualization.

Link copied to clipboard

Provides data from TomTomNavigation.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface NavigationVisualizationFactory

Creates instances of NavigationVisualization.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class StyleConfiguration

Represents a style configuration for the elements of the navigation visualization.