RouteLegOptions

data class RouteLegOptions(val supportingPoints: List<<Error class: unknown class>>, val chargingInformation: <Error class: unknown class>? = null)

Options specific for concrete leg.

Parameters

supportingPoints

A list of base route points to be used as input for route reconstruction.

chargingInformation

Represents the information on how much to charge at a charging station.

Constructors

Link copied to clipboard
constructor(supportingPoints: List<<Error class: unknown class>>, chargingInformation: <Error class: unknown class>? = null)

Properties

Link copied to clipboard
val chargingInformation: <Error class: unknown class>? = null
Link copied to clipboard
val supportingPoints: List<<Error class: unknown class>>