RoutePlanningResponse

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

Represents the calculated route based on a passed RoutePlanningOptions.

Parameters

routes

The list of calculated routes.

Constructors

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

Properties

Link copied to clipboard