RouteLegOptions
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.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun copy(supportingPoints: List<GeoPoint> = this.supportingPoints, chargingInformation: ChargingInformation? = this.chargingInformation): RouteLegOptions