RoutePlanningResult

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

Represents the calculated route based on a passed RoutePlanningOptions.

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

Parameters

routes

The list of calculated routes.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard