VehicleLoad
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"amount": string
} |
Fields |
amount |
string (int64 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 .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-17 UTC."],[[["\u003cp\u003eThis section defines the JSON representation for reporting the actual vehicle load at a specific point along the route.\u003c/p\u003e\n"],["\u003cp\u003eThe data is structured with a single field named "amount" which is defined as a string.\u003c/p\u003e\n"],["\u003cp\u003eThe "amount" field represents the load on the vehicle for a given type, in a unit defined by said type, and is in int64 format.\u003c/p\u003e\n"]]],[],null,["- [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/load-cost/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/load-cost/reference/rest/v1/ShipmentRoute#Transition.FIELDS.vehicle_loads). |"]]