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

    progress

    The progress along the route.