QuantitativePrecipitationForecast
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
JSON gösterimi |
{
"unit": enum (Unit ),
"quantity": number
} |
Alanlar |
unit |
enum (Unit )
Toplanan yağış miktarını ölçmek için kullanılan birimin kodu.
|
quantity |
number
Belirli bir süre boyunca birikmiş olan, sıvı su eşdeğeri olarak ölçülen yağış miktarı.
|
Birim
Toplanan yağış miktarını ölçmek için kullanılan birimi temsil eder.
Sıralamalar |
UNIT_UNSPECIFIED |
Belirtilmemiş yağış birimi. |
MILLIMETERS |
Yağış miktarı milimetre cinsinden ölçülür. |
INCHES |
Yağış miktarı inç cinsinden ölçülür. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-08-29 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]