RoutePlan

data class RoutePlan(val routes: List<Route>)

Represents a result of route planning.

Parameters

routes

The list of planned routes.

Constructors

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

Properties

Link copied to clipboard
val routes: List<Route>