Contents

maximumDistance

The maximum rated distance the vehicle can travel with full resources.

Declaration

var maximumDistance: Measurement<UnitLength>? { get set }

Discussion

For an electric vehicle, this value is the same as distanceRemainingElectric. For a fuel-powered vehicle, this value is the same as distanceRemainingFuel. For a hybrid vehicle, this value is the sum of distanceRemainingElectric and distanceRemainingFuel.

Due to driving characteristics, this value can change over time when the vehicle’s in motion.

See Also

Providing Fuel, Charge, and Distance Information