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.