Classes
The following classes are available globally.
-
Unit specifying the electric efficiency, for example, in kilowatt hours per kilometer.
Declaration
Swift
public final class TTUnitElectricEfficiency : Dimension
-
Unit specifying the energy density (of fuel). For example, energy density is 34.2 MJ/l for gasoline and 35.8 MJ/l for diesel fuel.
Declaration
Swift
public final class TTUnitEnergyDensity : Dimension
-
Unit specifying the fuel usage (of a vehicle) over time.
Declaration
Swift
public final class TTUnitFuelPerTime : Dimension
-
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class ObservableHandler : Observable
-
A combustion vehicle engine for route planning and consumption estimation.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class CombustionEngine -
Specifies the efficiency of the vehicle.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class CombustionVehicleEfficiency -
Describes capacity and consumption of a vehicle.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class ConsumptionModel<T, U> where T : Dimension, U : Dimension
-
A electric vehicle engine for route planning and consumption estimation.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class ElectricEngine -
Specifies the efficiency of the vehicle.
See moreImportant
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class ElectricVehicleEfficiency
Classes Reference