RoutePlan

class RoutePlan(val routes: List<Route>)

Represents a result of route planning.

Constructors

Link copied to clipboard
constructor(routes: List<Route>)

Properties

Link copied to clipboard

The list of planned routes.