RoutePlanningResponse

data class RoutePlanningResponse(val routes: List<<Error class: unknown class>>)

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
constructor(routes: List<<Error class: unknown class>>)

Properties

Link copied to clipboard
val routes: List<<Error class: unknown class>>