Precipitation
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি নির্দিষ্ট স্থানে বৃষ্টিপাতের মানের একটি সেট প্রতিনিধিত্ব করে।
ক্ষেত্র |
---|
probability | object ( PrecipitationProbability ) বৃষ্টিপাতের সম্ভাবনা (0 থেকে 100 পর্যন্ত মান)। |
qpf | object ( QuantitativePrecipitationForecast ) বৃষ্টিপাতের পরিমাণ (বৃষ্টি বা তুষার), তরল জলের সমতুল্য হিসাবে পরিমাপ করা হয়, যা কিছু সময়ের মধ্যে জমা হয়েছে। দ্রষ্টব্য: QPF হল পরিমাণগত বৃষ্টিপাতের পূর্বাভাসের একটি সংক্ষিপ্ত রূপ (আরো বিস্তারিত জানার জন্য অনুগ্রহ করে পরিমাণগত বৃষ্টিপাতের পূর্বাভাসের সংজ্ঞা দেখুন)। |
বৃষ্টিপাতের সম্ভাবনা
একটি নির্দিষ্ট স্থানে বৃষ্টিপাতের সম্ভাবনার প্রতিনিধিত্ব করে।
ক্ষেত্র |
---|
type | enum ( PrecipitationType ) একটি কোড যা বৃষ্টিপাতের ধরন নির্দেশ করে। |
percent | integer 0 থেকে 100 পর্যন্ত একটি শতাংশ যা বৃষ্টিপাতের সম্ভাবনা নির্দেশ করে। |
বৃষ্টিপাতের ধরন
একটি প্রদত্ত স্থানে বৃষ্টিপাতের ধরন প্রতিনিধিত্ব করে।
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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
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. |"]]