Load
هنگام انجام یک بازدید، ممکن است مقداری از پیش تعریف شده به بار خودرو اضافه شود، اگر حمل و نقل باشد، یا در صورت تحویل از آن کم شود. این پیام چنین مقداری را تعریف می کند. loadDemands
ببینید.
نمایندگی JSON |
---|
{
"amount": string
} |
فیلدها |
---|
amount | string ( int64 format) مقدار بار وسیله نقلیه ای که بازدید مربوطه را انجام می دهد متفاوت است. از آنجایی که یک عدد صحیح است، به کاربران توصیه می شود یک واحد مناسب را برای جلوگیری از افت دقت انتخاب کنند. باید ≥ 0 باشد. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی."],[[["The `Shipment.Load` message defines the amount added or subtracted from a vehicle's load during a pickup or delivery."],["This amount is represented by the `amount` field in the JSON representation, which is a string formatted as an `int64`."],["The `amount` value must be non-negative and users should choose an appropriate unit to maintain precision."],["Refer to `loadDemands` for how this message is used within the broader context of route optimization."]]],["The provided content describes the \"amount\" field within a JSON representation used for vehicle load adjustments during visits. This \"amount\" is a string representing an integer that modifies a vehicle's load. During a pickup, the amount is added, and during a delivery, it's subtracted. The amount must be greater than or equal to zero. The content advises users to select an appropriate unit of measure for precision, given that this is an integer.\n"]]