NavigationProgressObserver
public protocol NavigationProgressObserver : Observer
Declares an observer that can receive navigation progress events.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Notifies that the progress along the route has been updated.
Declaration
Swift
func didUpdateProgress(progress: RouteProgress)Parameters
progressThe progress along the route.
TomTom SDK for iOS (0.45.0)
NavigationProgressObserver