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
id
Projected route ID.
sections
Sections of the projected route.
-
Projected route ID.
Declaration
Swift
public let id: UUID
-
Sections of the projected route.
Declaration
Swift
public let sections: [ProjectedRouteSection]