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