Interface protos.google.maps.routeoptimization.v1.Vehicle.ILoadLimit (0.3.0)

Properties of a LoadLimit.

Package

@googlemaps/routeoptimization

Properties

costPerUnitAboveSoftMax

costPerUnitAboveSoftMax?: (number|null);

LoadLimit costPerUnitAboveSoftMax

endLoadInterval

endLoadInterval?: (google.maps.routeoptimization.v1.Vehicle.LoadLimit.IInterval|null);

LoadLimit endLoadInterval

maxLoad

maxLoad?: (number|Long|string|null);

LoadLimit maxLoad

softMaxLoad

softMaxLoad?: (number|Long|string|null);

LoadLimit softMaxLoad

startLoadInterval

startLoadInterval?: (google.maps.routeoptimization.v1.Vehicle.LoadLimit.IInterval|null);

LoadLimit startLoadInterval