QuantitativePrecipitationForecast
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zapis JSON |
{
"unit": enum (Unit ),
"quantity": number
} |
Pola |
unit |
enum (Unit )
Kod jednostki używanej do pomiaru ilości nagromadzonych opadów.
|
quantity |
number
Ilość opadów, mierzona jako woda w stanie ciekłym, która nagromadziła się w danym okresie.
|
Jednostka
Reprezentuje jednostkę stosowaną do pomiaru ilości nagromadzonych opadów.
Wartości w polu enum |
UNIT_UNSPECIFIED |
Nieokreślona jednostka opadów. |
MILLIMETERS |
Wielkość opadów jest mierzona w milimetrach. |
INCHES |
Wielkość opadów 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,["# QuantitativePrecipitationForecast\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Unit](#Unit)\n\nRepresents the expected amount of melted precipitation accumulated over a specified time period over a specified area (reference: \u003chttps://en.wikipedia.org/wiki/Quantitative_precipitation_forecast\u003e) - usually abbreviated QPF for short.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"unit\": enum (/maps/documentation/weather/reference/rest/v1/QuantitativePrecipitationForecast#Unit), \"quantity\": number } ``` |\n\n| Fields ||\n|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `unit` | `enum (`[Unit](/maps/documentation/weather/reference/rest/v1/QuantitativePrecipitationForecast#Unit)`)` The code of the unit used to measure the amount of accumulated precipitation. |\n| `quantity` | `number` The amount of precipitation, measured as liquid water equivalent, that has accumulated over a period of time. |\n\nUnit\n----\n\nRepresents the unit used to measure the amount of accumulated precipitation.\n\n| Enums ||\n|--------------------|---------------------------------------------------------|\n| `UNIT_UNSPECIFIED` | Unspecified precipitation unit. |\n| `MILLIMETERS` | The amount of precipitation is measured in millimeters. |\n| `INCHES` | The amount of precipitation is measured in inches. |"]]