ChargingOptions

class ChargingOptions(val minChargeAtDestination: Energy, val minChargeAtChargingStops: Energy, val avoidChargingParks: List<UUID> = emptyList(), val chargingStopsStrategy: ChargingStopsStrategy = ChargingStopsStrategy.AutomaticFastest)

Represents the electric vehicle options that provide charging information.

Constructors

Link copied to clipboard
constructor(minChargeAtDestination: Energy, minChargeAtChargingStops: Energy, avoidChargingParks: List<UUID> = emptyList(), chargingStopsStrategy: ChargingStopsStrategy = ChargingStopsStrategy.AutomaticFastest)

Properties

Link copied to clipboard

Charging parks not to be considered for charging.

Link copied to clipboard

Specifies the charging stops strategy to be used by the Online Routing service.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String