RouteSnapshot
public struct RouteSnapshot
Snapshot of the current route.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Projected route
ProjectedRoute.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let projection: ProjectedRoute? -
The number of waypoints already visited on the current route.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let numberOfVisitedWaypoints: Int -
Current progress along the route.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let routeProgress: RouteProgress -
Indicates if the route is being followed.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let isFollowed: Bool -
Array of
WaypointArrivalStatuspublished by the arrival engine.Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let waypointArrivalHistory: [WaypointArrivalStatus]
RouteSnapshot Structure Reference