VehicleLoad
Melaporkan beban sebenarnya kendaraan pada beberapa titik di sepanjang rute, untuk jenis tertentu (lihat Transition.vehicle_loads
).
Representasi JSON |
{
"amount": string
} |
Kolom |
amount |
string (int64 format)
Jumlah beban pada kendaraan, untuk jenis yang ditentukan. Satuan beban biasanya ditunjukkan oleh jenisnya. Lihat Transition.vehicle_loads .
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-08-21 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-21 UTC."],[[["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"]]