maxPowerAtLowVoltageInKilowatts property - BatterySpecifications class - routing library - Dart API
maxPowerAtLowVoltageInKilowatts
maxPowerAtLowVoltageInKilowatts property
getter/setter pair
The maximum power in kilowatts at which a vehicle can charge under given these conditions:
- The charging station connector's maximum supply voltage is less than 800 V.
- BatterySpecifications.maxChargingVoltageInVolts is greater than or equal to 800 V.
The provided value must be greater than or equal to 0. By default, it is not set.
Note: The feature is not supported by the
OfflineRoutingEngine.
Implementation
double? maxPowerAtLowVoltageInKilowatts;