NavigationSnapshot
public struct NavigationSnapshot
Navigation snapshot containing information about the state of the trip at a certain moment
Important
This is a Public Preview API. It may be changed or removed at any time.-
The last map matching result
Declaration
Swift
public let lastMapMatchingResult: MapMatchingResult -
The last obtained location context
Declaration
Swift
public let locationContext: LocationContext -
The active route data
Declaration
Swift
public let activeRouteData: ActiveRouteData -
The alternative route plans
Declaration
Swift
public let alternativeRoutePlans: [RoutePlan] -
The current route progress
Declaration
Swift
public let currentRouteProgress: RouteProgress -
The current way point state
Declaration
Swift
public let currentWaypointsState: RouteWaypointsState
NavigationSnapshot Structure Reference