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.72.0-rc02)
RoutePlan