startNavigationWithRoute

external fun startNavigationWithRoute(route: Route, navigationListener: NavigationListener, progressListener: ProgressListener, positionSource: DataSource? = null): Int

Start a new navigation.

Parameters

route

Route to use for the navigation.

navigationListener

Listener for navigation-specific events.

progressListener

Listener to be used for signaling route calculation progress events. This will be used only when the route is recalculated.