abstract fun withVehicleWeightInKg(vehicleWeightInKg: Int!): T
Specifies the vehicle weight in kilograms for route calculation.
vehicleWeightInKg - Int!:
vehicleWeightInKg
Return T: A reference to the common params object.