Interface protos.google.maps.routeoptimization.v1.Vehicle.IDurationLimit (0.1.0)

Properties of a DurationLimit.

Package

@googlemaps/routeoptimization

Properties

costPerHourAfterSoftMax

costPerHourAfterSoftMax?: (number|null);

DurationLimit costPerHourAfterSoftMax

costPerSquareHourAfterQuadraticSoftMax

costPerSquareHourAfterQuadraticSoftMax?: (number|null);

DurationLimit costPerSquareHourAfterQuadraticSoftMax

maxDuration

maxDuration?: (google.protobuf.IDuration|null);

DurationLimit maxDuration

quadraticSoftMaxDuration

quadraticSoftMaxDuration?: (google.protobuf.IDuration|null);

DurationLimit quadraticSoftMaxDuration

softMaxDuration

softMaxDuration?: (google.protobuf.IDuration|null);

DurationLimit softMaxDuration