VehicleLoad
تُبلغ هذه السمة عن الحِمل الفعلي للمركبة في مرحلة معيّنة على طول المسار، وذلك لنوع معيّن (يُرجى الاطّلاع على السمة Transition.vehicle_loads
).
تمثيل JSON |
{
"amount": string
} |
الحقول |
amount |
string (int64 format)
تمثّل هذه السمة مقدار الحِمل على المركبة للنوع المحدّد. يُشار عادةً إلى وحدة التحميل حسب النوع. يمكنك الاطّلاع على Transition.vehicle_loads .
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]