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.-
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]
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
RouteSnapshot