RouteLegOptions

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

Options for a specific leg.

Parameters

supportingPoints

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

chargingInformation

Specifies how much to charge at a charging station.

Constructors

Link copied to clipboard
constructor(supportingPoints: List<GeoPoint>, chargingInformation: ChargingInformation? = null)

Properties

Link copied to clipboard
Link copied to clipboard