IceThickness
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Reprezentuje grubość lodu.
Zapis JSON |
{
"unit": enum (Unit ),
"thickness": number
} |
Pola |
unit |
enum (Unit )
Kod reprezentujący jednostkę miary grubości lodu.
|
thickness |
number
Wartość grubości lodu.
|
Jednostka
Reprezentuje jednostkę miary grubości lodu.
Wartości w polu enum |
UNIT_UNSPECIFIED |
Nie określono jednostki. |
MILLIMETERS |
Grubość jest mierzona w milimetrach. |
INCHES |
Grubość jest mierzona w calach. |
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."],[],[],null,["# IceThickness\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Unit](#Unit)\n\nRepresents ice thickness conditions.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------|\n| ``` { \"unit\": enum (/maps/documentation/weather/reference/rest/v1/IceThickness#Unit), \"thickness\": number } ``` |\n\n| Fields ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `unit` | `enum (`[Unit](/maps/documentation/weather/reference/rest/v1/IceThickness#Unit)`)` The code that represents the unit used to measure the ice thickness. |\n| `thickness` | `number` The ice thickness value. |\n\nUnit\n----\n\nRepresents the unit used to measure the ice thickness.\n\n| Enums ||\n|--------------------|-------------------------------------------|\n| `UNIT_UNSPECIFIED` | The unit is not specified. |\n| `MILLIMETERS` | The thickness is measured in millimeters. |\n| `INCHES` | The thickness is measured in inches. |"]]