RoutePlanningResponse

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

Represents the calculated route based on a passed RoutePlanningOptions.

Constructors

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

Properties

Link copied to clipboard

The list of calculated routes - primary route and optional path alternatives.