RouteLegOptions

data class RouteLegOptions(val supportingPoints: List<GeoPoint>, val chargingInformation: ChargingInformation? = 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
fun RouteLegOptions(supportingPoints: List<GeoPoint>, chargingInformation: ChargingInformation? = null)

Properties

Link copied to clipboard
Link copied to clipboard