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.
Constructors
Link copied to clipboard
constructor(supportingPoints: List<GeoPoint> = emptyList(), chargingInformation: ChargingInformation? = null, routeType: RouteType? = null)
Constructs per-leg route planning options.
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