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 active

    Declaration

    Swift

    func routeProgressUpdated(routeProgress: RouteProgress?)