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