VehicleLoad
نمایندگی JSON |
---|
{
"amount": string
} |
فیلدها |
---|
amount | string ( int64 format) مقدار بار روی وسیله نقلیه، برای نوع داده شده. واحد بار معمولاً با نوع مشخص می شود. Transition.vehicle_loads را ببینید. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی."],[[["VehicleLoad objects represent the actual load a vehicle carries at a specific point on its route."],["They utilize a JSON representation with an `amount` field specifying the load quantity, typically formatted as an int64 string."],["The unit of measure for the load is usually indicated by the load type, as defined in the `vehicle_loads` field of the Transition object."]]],["The core content describes the vehicle's load at a specific point on its route. This is represented in JSON as an object with a single field: `amount`. The `amount` field, a string representing a 64-bit integer, indicates the quantity of load for a given type. The unit of measurement for this load is determined by the load type, which is further described in `Transition.vehicle_loads`.\n"]]