QuantitativePrecipitationForecast
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Representasi JSON |
{
"unit": enum (Unit ),
"quantity": number
} |
Kolom |
unit |
enum (Unit )
Kode unit yang digunakan untuk mengukur jumlah presipitasi yang terakumulasi.
|
quantity |
number
Jumlah presipitasi, yang diukur sebagai setara air cair, yang telah terakumulasi selama jangka waktu tertentu.
|
Unit
Mewakili unit yang digunakan untuk mengukur jumlah presipitasi yang terakumulasi.
Enum |
UNIT_UNSPECIFIED |
Satuan presipitasi tidak ditentukan. |
MILLIMETERS |
Jumlah presipitasi diukur dalam milimeter. |
INCHES |
Jumlah presipitasi diukur dalam inci. |
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 2025-08-29 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]