Vehicle Profile
data class VehicleProfile( val weight: Int = 1500, val hazmat: HazmatSettings = HazmatSettings(), val type: Int = LogisticInfoSettings.VehicleType.Car)
Content copied to clipboard
Constructors
Link copied to clipboard
fun VehicleProfile( weight: Int = 1500, hazmat: HazmatSettings = HazmatSettings(), type: Int = LogisticInfoSettings.VehicleType.Car)
Content copied to clipboard