QuantitativePrecipitationForecast
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ייצוג ב-JSON |
{
"unit": enum (Unit ),
"quantity": number
} |
שדות |
unit |
enum (Unit )
הקוד של היחידה שבה נמדדת כמות המשקעים המצטברים.
|
quantity |
number
כמות המשקעים, שנמדדת ככמות שווה ערך של מים נוזליים, שנצברה לאורך תקופה מסוימת.
|
יחידה
הישות הזו מייצגת את היחידות שבהן נמדדת כמות המשקעים המצטברים.
טיפוסים בני מנייה (enum) |
UNIT_UNSPECIFIED |
יחידת משקעים לא צוינה. |
MILLIMETERS |
כמות המשקעים נמדדת במילימטרים. |
INCHES |
כמות המשקעים נמדדת באינצ'ים. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-29 (שעון UTC).
[null,null,["עדכון אחרון: 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. |"]]