RouteSnapshot
public struct RouteSnapshot
Snapshot of the route.
The route stop to which the user is currently navigating to, or nil
if the user is navigating directly to the destination.
Declaration
Swift
public let nextWaypoint: RouteStop?
The number of waypoints already visited on the route.
Declaration
Swift
public let numberOfVisitedWaypoints: Int
The route plan.
Declaration
Swift
public let routePlan: RoutePlan
The current progress along the route.
Declaration
Swift
public let routeProgress: RouteProgress
The history of waypoint statuses.
Declaration
Swift
public let waypointStatusHistory: [WaypointStatus]