VehicleLoad
Raportuje rzeczywiste obciążenie pojazdu w danym punkcie trasy w przypadku konkretnego typu (patrz Transition.vehicle_loads
).
Zapis JSON |
{
"amount": string
} |
Pola |
amount |
string (int64 format)
Obciążenie pojazdu w przypadku danego typu. Jednostka obciążenia jest zwykle wskazywana przez typ. Zobacz Transition.vehicle_loads .
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]