ChargeLevel
public struct ChargeLevelDescribes capacity and current charge of the EV.
- 
                  
                  Creates an instance of ChargeLevel.Note The parameter maxCharge is ignored if the parameter modelIDis set in the vehicle.Throws VehicleError.invalidVehicleSnapshotif the current charge is outside of the [0 … max charge] range.DeclarationSwift public init ( currentCharge: Measurement<UnitEnergy>, maxCharge: Measurement<UnitEnergy> ) throwsParameterscurrentChargeSpecifies the current electric energy stored. maxChargeSpecifies the maximum electric energy supply that may be stored in the vehicle’s battery. 
- 
                  
                  Specifies the current electric energy stored. DeclarationSwift public let currentCharge: Measurement<UnitEnergy>
- 
                  
                  Specifies the maximum electric energy supply that may be stored in the vehicle’s battery. Note This option is ignored if the parametermodelIDis set in the vehicle.DeclarationSwift public let maxCharge: Measurement<UnitEnergy>
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         ChargeLevel
          ChargeLevel