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.

Parameters

routes

The list of planned routes.

Constructors

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

Properties

Link copied to clipboard