ElectricVehicleProtocol
@objc
public protocol ElectricVehicleProtocol
BETA Represents the electric vehicle descriptor used during a route plan.
Experiment
THIS API IS IN BETA VERSION-
Specifies the dimensions of the vehicle.
Declaration
Swift
@objc optional var vehicleDimensions: VehicleDimensionsProtocol { get set }
-
Specifies the efficiency of the vehicle.
Declaration
Swift
@objc optional var vehicleEfficiency: VehicleEfficiencyProtocol { get set }
-
Specifies the restriction that this vehicle should be subjected to.
Declaration
Swift
@objc optional var vehicleRestrictions: VehicleRestrictionsProtocol { get set }
-
Specifies the consumption model of the electric vehicle.
Declaration
Swift
@objc var vehicleConsumption: ElectricVehicleConsumption { get set }