Precipitation
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Biểu thị một tập hợp các giá trị lượng mưa tại một vị trí nhất định.
Trường |
probability |
object (PrecipitationProbability )
Xác suất có mưa (giá trị từ 0 đến 100).
|
qpf |
object (QuantitativePrecipitationForecast )
Lượng mưa (mưa hoặc tuyết), được đo bằng lượng nước tương đương chất lỏng, tích luỹ trong một khoảng thời gian. Lưu ý: QPF là viết tắt của Quantitative Precipitation Forecast (Dự báo lượng mưa định lượng). Vui lòng xem định nghĩa về QuantitativePrecipitationForecast để biết thêm thông tin chi tiết.
|
PrecipitationProbability
Biểu thị xác suất có mưa tại một vị trí nhất định.
Trường |
type |
enum (PrecipitationType )
Mã cho biết loại mưa.
|
percent |
integer
Tỷ lệ phần trăm từ 0 đến 100 cho biết khả năng có mưa.
|
PrecipitationType
Biểu thị loại mưa ở một vị trí nhất định.
Enum |
PRECIPITATION_TYPE_UNSPECIFIED |
Loại mưa không xác định. |
NONE |
Không có mưa. |
SNOW |
Lượng tuyết rơi. |
RAIN |
Lượng mưa. |
LIGHT_RAIN |
Mưa nhỏ. |
HEAVY_RAIN |
Mưa lớn. |
RAIN_AND_SNOW |
Cả mưa và tuyết. |
SLEET |
Mưa tuyết. |
FREEZING_RAIN |
Mưa băng giá. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-29 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]