Precipitation
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
किसी जगह पर बारिश की वैल्यू का सेट दिखाता है.
फ़ील्ड |
probability |
object (PrecipitationProbability )
बारिश की संभावना (वैल्यू 0 से 100 के बीच).
|
qpf |
object (QuantitativePrecipitationForecast )
किसी समयावधि में, बारिश या बर्फ़बारी से गिरने वाले पानी की मात्रा, जिसे तरल पानी के बराबर के तौर पर मापा जाता है. ध्यान दें: QPF, बारिश की मात्रा के पूर्वानुमान का छोटा नाम है. ज़्यादा जानकारी के लिए, कृपया QuantitativePrecipitationForecast की परिभाषा देखें.
|
PrecipitationProbability
यह किसी जगह पर बारिश होने की संभावना दिखाता है.
फ़ील्ड |
type |
enum (PrecipitationType )
बारिश के टाइप की जानकारी देने वाला कोड.
|
percent |
integer
बारिश या बर्फ़बारी वगैरह होने की संभावना का प्रतिशत, जो 0 से 100 के बीच होता है.
|
PrecipitationType
किसी जगह पर होने वाली बारिश के टाइप के बारे में बताता है.
Enums |
PRECIPITATION_TYPE_UNSPECIFIED |
बारिश के टाइप की जानकारी नहीं है. |
NONE |
बारिश या बर्फ़बारी नहीं. |
SNOW |
बर्फ़बारी. |
RAIN |
बारिश या बर्फ़बारी वगैरह. |
LIGHT_RAIN |
हल्की बारिश. |
HEAVY_RAIN |
भारी बारिश. |
RAIN_AND_SNOW |
बारिश और बर्फ़बारी, दोनों. |
SLEET |
बर्फ़ीली बारिश. |
FREEZING_RAIN |
बर्फ़ीली बारिश. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया."],[],[],null,["# Precipitation\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [PrecipitationProbability](#PrecipitationProbability)\n - [JSON representation](#PrecipitationProbability.SCHEMA_REPRESENTATION)\n- [PrecipitationType](#PrecipitationType)\n\nRepresents a set of precipitation values at a given location.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"probability\": { object (/maps/documentation/weather/reference/rest/v1/Precipitation#PrecipitationProbability) }, \"qpf\": { object (/maps/documentation/weather/reference/rest/v1/QuantitativePrecipitationForecast) } } ``` |\n\n| Fields ||\n|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `probability` | `object (`[PrecipitationProbability](/maps/documentation/weather/reference/rest/v1/Precipitation#PrecipitationProbability)`)` The probability of precipitation (values from 0 to 100). |\n| `qpf` | `object (`[QuantitativePrecipitationForecast](/maps/documentation/weather/reference/rest/v1/QuantitativePrecipitationForecast)`)` The amount of precipitation (rain or snow), measured as liquid water equivalent, that has accumulated over a period of time. Note: QPF is an abbreviation for Quantitative Precipitation Forecast (please see the QuantitativePrecipitationForecast definition for more details). |\n\nPrecipitationProbability\n------------------------\n\nRepresents the probability of precipitation at a given location.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"type\": enum (/maps/documentation/weather/reference/rest/v1/Precipitation#PrecipitationType), \"percent\": integer } ``` |\n\n| Fields ||\n|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `type` | `enum (`[PrecipitationType](/maps/documentation/weather/reference/rest/v1/Precipitation#PrecipitationType)`)` A code that indicates the type of precipitation. |\n| `percent` | `integer` A percentage from 0 to 100 that indicates the chances of precipitation. |\n\nPrecipitationType\n-----------------\n\nRepresents the type of precipitation at a given location.\n\n| Enums ||\n|----------------------------------|------------------------------------|\n| `PRECIPITATION_TYPE_UNSPECIFIED` | Unspecified precipitation type. |\n| `NONE` | No precipitation. |\n| `SNOW` | Snow precipitation. |\n| `RAIN` | Rain precipitation. |\n| `LIGHT_RAIN` | Light rain precipitation. |\n| `HEAVY_RAIN` | Heavy rain precipitation. |\n| `RAIN_AND_SNOW` | Both rain and snow precipitations. |\n| `SLEET` | Sleet precipitation. |\n| `FREEZING_RAIN` | Freezing rain precipitation. |"]]