start Navigation With Route
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.
navigation Listener
Listener for navigation-specific events.
progress Listener
Listener to be used for signaling route calculation progress events. This will be used only when the route is recalculated.