ProgressUpdateEvent
public enum ProgressUpdateEvent
Represents the progress update event.
Indicates that the progress has been updated.
Declaration
Swift
case didUpdateProgress(progress: RouteProgress)
Parameters
progress
|
The updated |