RoutePlan
public struct RoutePlan
Represents a result of route planning.
Important: This is a Public Preview API. It may be changed or removed at any time.
-
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]