RoutePlan
public struct RoutePlan
Represents a result of route planning.
-
Designated initializer.
Declaration
Swift
public init(routes: [Route])Parameters
routesThe collection of planned routes.
-
The collection of planned routes.
Declaration
Swift
public let routes: [Route]
RoutePlan Structure Reference