NavigationProgressObserver
public protocol NavigationProgressObserver : Observer
An observer that receives navigation progress events.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Reports that the progress along the route has been updated.
Declaration
Swift
func didUpdateProgress(progress: RouteProgress)
Parameters
progress
The progress along the route.