getNavigationRoute

external fun getNavigationRoute(navigationListener: NavigationListener? = null): Route?

Get the current route used for navigation. When the NavigationListener.onRouteUpdated notification is received the API user should request the new route using this method( if this is needed).

Return

Resulting Route

Parameters

navigationListener

Navigation listener used to identify the navigation instance