ProjectedRoute
public struct ProjectedRoute
                The projected route provided by RouteProgressEngine.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
Initializer.
Declaration
Swift
public init(id: UUID, sections: [ProjectedRouteSection])Parameters
idProjected route ID.
sectionsSections of the projected route.
 
- 
                  
                  
Projected route ID.
Declaration
Swift
public let id: UUID - 
                  
                  
Sections of the projected route.
Declaration
Swift
public let sections: [ProjectedRouteSection] 
        
 
          TomTom SDK for iOS (0.40.0)
        
          ProjectedRoute