NavigationRouteTrackingStateUpdateObserver
public protocol NavigationRouteTrackingStateUpdateObserver : Observer
An observer to receive events about updates in the RouteTrackingState.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Reports that the driver is following the route or has deviated from the active route.
Declaration
Swift
func onRouteTrackingStateUpdate(routeTrackingState: RouteTrackingState)Parameters
routeThe current route.
NavigationRouteTrackingStateUpdateObserver Protocol Reference