ProjectedRoute
public struct ProjectedRoute
Represents a projected route with missing map reference data.
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.
sectionsList of projected sections of the route.
-
Projected route ID.
Declaration
Swift
public let id: UUID -
List of projected sections of the route.
Declaration
Swift
public let sections: [ProjectedRouteSection]
ProjectedRoute Structure Reference