withKingpinToRearAxleDistanceInCentimeters abstract method

VehicleSpecificationTaxiBuilder withKingpinToRearAxleDistanceInCentimeters(
  1. int length
)

Sets the vehicle kingpin to rear axle distance.

  • length The distance from kingpin to the rear axle.

Returns VehicleSpecificationTaxiBuilder. The VehicleSpecificationTaxiBuilder object with the kingpin to rear axle set to the new value.

Implementation

VehicleSpecificationTaxiBuilder withKingpinToRearAxleDistanceInCentimeters(int length);