QuantitativePrecipitationForecast
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"unit": enum (Unit ),
"quantity": number
} |
Fields |
unit |
enum (Unit )
The code of the unit used to measure the amount of accumulated precipitation.
|
quantity |
number
The amount of precipitation, measured as liquid water equivalent, that has accumulated over a period of time.
|
Unit
Represents the unit used to measure the amount of accumulated precipitation.
Enums |
UNIT_UNSPECIFIED |
Unspecified precipitation unit. |
MILLIMETERS |
The amount of precipitation is measured in millimeters. |
INCHES |
The amount of precipitation is measured in inches. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 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. |"]]