truckType property
- @Deprecated("Will be removed in v4.27.0. Use `VehicleSpecification.truckCategory` instead.")
getter/setter pair
Will be replaced with truckCategory when the TruckSpecification will be replaced by VehicleSpecification.
Defines the type of truck.
Defaults to TruckType.straight.
Rendering sdk.mapview.TruckProfile: VehicleSpecification.truckType is ignored and has no effect.
Implementation
@Deprecated("Will be removed in v4.27.0. Use `VehicleSpecification.truckCategory` instead.")
TruckType truckType;