Load
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Khi ghé thăm, hệ thống có thể thêm một giá trị xác định trước vào tải trọng của xe nếu đó là giá trị đến lấy hàng hoặc trừ đi nếu đó là dịch vụ giao hàng. Thông báo này quy định số tiền đó. Vui lòng xem loadDemands
.
Biểu diễn dưới dạng JSON |
{
"amount": string
} |
Trường |
amount |
string (int64 format)
Số lượng theo đó tải trọng của chiếc xe thực hiện lượt ghé thăm tương ứng sẽ thay đổi. Vì đây là một số nguyên, nên người dùng nên chọn một đơn vị thích hợp để tránh mất độ chính xác. Phải ≥ 0.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-31 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-08-31 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eShipment.Load\u003c/code\u003e message defines the amount added or subtracted from a vehicle's load during a pickup or delivery.\u003c/p\u003e\n"],["\u003cp\u003eThis amount is represented by the \u003ccode\u003eamount\u003c/code\u003e field in the JSON representation, which is a string formatted as an \u003ccode\u003eint64\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eamount\u003c/code\u003e value must be non-negative and users should choose an appropriate unit to maintain precision.\u003c/p\u003e\n"],["\u003cp\u003eRefer to \u003ccode\u003eloadDemands\u003c/code\u003e for how this message is used within the broader context of route optimization.\u003c/p\u003e\n"]]],["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"],null,["# Load\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nWhen performing a visit, a predefined amount may be added to the vehicle load if it's a pickup, or subtracted if it's a delivery. This message defines such amount. See [loadDemands](/maps/documentation/route-optimization/reference/rest/v1/ShipmentModel#Shipment.FIELDS.load_demands).\n\n| JSON representation |\n|------------------------------|\n| ``` { \"amount\": string } ``` |\n\n| Fields ||\n|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `amount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The amount by which the load of the vehicle performing the corresponding visit will vary. Since it is an integer, users are advised to choose an appropriate unit to avoid loss of precision. Must be ≥ 0. |"]]