NavigationActiveRouteChangedObserver
public protocol NavigationActiveRouteChangedObserver : Observer
An observer that receives navigation active route changed events.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Reports that the active route has changed.
Declaration
Swift
func didChangeActiveRoute(route: Route)
Parameters
route
The new active route.