create

fun create(    tomTomMap: TomTomMap,     navigationController: NavigationController,     styleConfiguration: StyleConfiguration = StyleConfiguration()): NavigationVisualization

Creates an instance of the default implementation of NavigationVisualization.

Multiple instances of NavigationVisualization may coexist, each associated with its own TomTomMap and NavigationController instances. This is useful, for example, when creating a multiple-screen setup.

Parameters

tomTomMap

The entry point for the map on which the routes will be drawn.

navigationController

The entry point for interacting with and customizing navigation.

styleConfiguration

The style configuration for the elements of the navigation visualization.