Load
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Podczas wizyty może zostać dodana do obciążenia pojazdu wstępnie wyznaczona kwota, jeśli jest to odbiór, lub odejmowana w przypadku dostawy. Ta wiadomość określa tę kwotę. Zobacz loadDemands
.
Zapis JSON |
{
"amount": string
} |
Pola |
amount |
string (int64 format)
Wartość, o którą będzie się zmieniać ładunek pojazdu podczas danej wizyty. Ponieważ jest to liczba całkowita, zalecamy wybranie odpowiedniej jednostki, aby uniknąć utraty dokładności. Wartość musi być ≥ 0.
|
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: 2025-08-29 UTC.
[null,null,["Ostatnia aktualizacja: 2025-08-29 UTC."],[[["\u003cp\u003eThe provided data describes how to represent an adjustment amount for vehicle load in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eThe adjustment amount is a string representing a 64-bit integer and is used to modify the vehicle's load during a visit.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eamount\u003c/code\u003e field specifies the quantity the vehicle's load will change during the corresponding visit, and it must be greater than or equal to zero.\u003c/p\u003e\n"],["\u003cp\u003eThe load adjustment can either add to the load of the vehicle if it is a pickup, or subtract from the load if it is a delivery.\u003c/p\u003e\n"]]],[],null,["# Load\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nWhen performing a visit, a predefined amount may be added to the vehicle load if it's a pickup, or subtracted if it's a delivery. This message defines such amount. See [loadDemands](/maps/tt/route-optimization/experimental/u-turn-avoidance/reference/rest/v1/ShipmentModel#Shipment.FIELDS.load_demands).\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 by which the load of the vehicle performing the corresponding visit will vary. Since it is an integer, users are advised to choose an appropriate unit to avoid loss of precision. Must be ≥ 0. |"]]