RoutePlan

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

Represents a result of route planning.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

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

Properties

Link copied to clipboard

The list of planned routes.