VehicleLoad
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
การแสดง JSON |
{
"amount": string
} |
ช่อง |
amount |
string (int64 format)
น้ำหนักบรรทุกของยานพาหนะตามประเภทที่ระบุ โดยปกติแล้ว ประเภทของน้ำหนักบรรทุกจะระบุหน่วยของน้ำหนักบรรทุก ดูTransition.vehicle_loads
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-29 UTC
[null,null,["อัปเดตล่าสุด 2025-08-29 UTC"],[[["\u003cp\u003eThis section defines the JSON representation for reporting the actual vehicle load at a specific point along its route.\u003c/p\u003e\n"],["\u003cp\u003eThe data is structured as a JSON object containing a single field, \u003ccode\u003eamount\u003c/code\u003e, which represents the load.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eamount\u003c/code\u003e field is a string representing an integer in the int64 format, indicating the load quantity for a particular type.\u003c/p\u003e\n"],["\u003cp\u003eThe unit of the \u003ccode\u003eamount\u003c/code\u003e is specified by the load's type, detailed in \u003ccode\u003eTransition.vehicle_loads\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# VehicleLoad\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nReports the actual load of the vehicle at some point along the route, for a given type (see [Transition.vehicle_loads](/maps/tt/route-optimization/experimental/u-turn-avoidance/reference/rest/v1/ShipmentRoute#Transition.FIELDS.vehicle_loads)).\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 of load on the vehicle, for the given type. The unit of load is usually indicated by the type. See [Transition.vehicle_loads](/maps/tt/route-optimization/experimental/u-turn-avoidance/reference/rest/v1/ShipmentRoute#Transition.FIELDS.vehicle_loads). |"]]