Specifies how speed is influencing consumption. More...
#import <SYConsumptionCurve.h>


Instance Methods | |
| (nonnull instancetype) | - initWithFuelConsumption:weightFactors: |
Properties | |
| NSArray< SYFuelConsumptionData * > * | fuelConsumption |
| Represents consumption at the given vehicle speed. More... | |
| NSArray< SYWeightFactorData * > * | weightFactors |
| Represents how vehicle weight changes consumption. More... | |
Specifies how speed is influencing consumption.
| - (nonnull instancetype) initWithFuelConsumption: | (nullable NSArray< SYFuelConsumptionData * > *) | fuelConsumption | |
| weightFactors: | (nullable NSArray< SYWeightFactorData * > *) | weightFactors | |
|
readwritenonatomicstrong |
Represents consumption at the given vehicle speed.
|
readwritenonatomicstrong |
Represents how vehicle weight changes consumption.