RouteProgressObserver
public protocol RouteProgressObserver : AnyObject
-
Callback invoked when the Route progress changes for the active navigation. A
nil
value means that no navigation is currently activeDeclaration
Swift
func routeProgressUpdated(routeProgress: RouteProgress?)