onRoutesChanged

abstract fun onRoutesChanged(navigatedRoutes: NavigatedRoutes)

Called whenever the set of routes in the current navigation session changes. For example, additions of better proposals or replannings of a route will trigger this listener.

Parameters

navigatedRoutes

The currently navigated routes.