sdk-routing / com.tomtom.online.sdk.routing.route / CombustionVehicleDescriptor

CombustionVehicleDescriptor

@Beta(2020, 12) data class CombustionVehicleDescriptor

Describes the vehicle with a combustion engine.

Parameters

vehicleDimensions - Specifies the dimensions of the vehicle.

vehicleEfficiency - Specifies the efficiency of the vehicle.

vehicleRestrictions - Specifies the restriction that this vehicle should be subjected to.

vehicleConsumption - Specifies the consumption model of the vehicle.

Types

Builder

class Builder

Builder used to create an instance of CombustionVehicleDescriptor. Once constructed, the user cannot change the field values.

Properties

engineType

val engineType: VehicleEngineType

vehicleConsumption

val vehicleConsumption: CombustionVehicleConsumption?

Specifies the consumption model of the vehicle.

vehicleDimensions

val vehicleDimensions: VehicleDimensions?

Specifies the dimensions of the vehicle.

vehicleEfficiency

val vehicleEfficiency: VehicleEfficiency?

Specifies the efficiency of the vehicle.

vehicleRestrictions

val vehicleRestrictions: VehicleRestrictions?

Specifies the restriction that this vehicle should be subjected to.