ChargingOptions

data class ChargingOptions(val minChargeAtDestination: <Error class: unknown class> = Energy.kilowattHours(0), val minChargeAtChargingStops: <Error class: unknown class> = Energy.kilowattHours(0))

Represents the electric vehicle options that provide charging information.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

minChargeAtDestination

The battery level upon arrival at the destination of the resulting route will be at least this much.

minChargeAtChargingStops

The desired minimum battery charge level upon arrival at each charging station. However, the remaining charge at the first charging stop may be lower.

Constructors

Link copied to clipboard
constructor(minChargeAtDestination: <Error class: unknown class> = Energy.kilowattHours(0), minChargeAtChargingStops: <Error class: unknown class> = Energy.kilowattHours(0))

Properties

Link copied to clipboard
val minChargeAtChargingStops: <Error class: unknown class>
Link copied to clipboard
val minChargeAtDestination: <Error class: unknown class>