RoutePlan
public struct RoutePlan
Represents a result of route planning.
-
Designated initializer.
Declaration
Swift
public init(routes: [Route])Parameters
routesThe collection of planned routes.
TomTom SDK for iOS (0.71.1)
RoutePlan