RouteProgressDelegate
public protocol RouteProgressDelegate : AnyObject
This protocol should be implemented in order to receive notifications
about the route progress from Navigator.
-
Called whenever route progress has been updated.
Declaration
Swift
func onRouteProgressUpdated(_ routeProgress: RouteProgress)Parameters
routeProgressThe route progress update.