Wind
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 thuộc tính gió.
Trường |
direction |
object (WindDirection )
Hướng gió, góc gió.
|
speed |
object (WindSpeed )
Tốc độ gió.
|
gust |
object (WindSpeed )
Gió giật (tốc độ gió tăng đột biến).
|
WindDirection
Biểu thị hướng gió bắt nguồn.
Biểu diễn dưới dạng JSON |
{
"cardinal": enum (CardinalDirection ),
"degrees": integer
} |
Trường |
cardinal |
enum (CardinalDirection )
Mã đại diện cho hướng chính mà gió đang thổi.
|
degrees |
integer
Hướng gió tính theo độ (giá trị từ 0 đến 360).
|
CardinalDirection
Biểu thị một hướng chính (bao gồm cả hướng thứ tự).
Enum |
CARDINAL_DIRECTION_UNSPECIFIED |
Chưa chỉ định hướng chính. |
NORTH |
Hướng chính bắc. |
NORTH_NORTHEAST |
Hướng bắc-đông bắc phụ giữa các hướng chính. |
NORTHEAST |
Hướng đông bắc giữa các hướng chính. |
EAST_NORTHEAST |
Hướng đông bắc – đông bắc phụ. |
EAST |
Hướng chính đông. |
EAST_SOUTHEAST |
Hướng đông nam-đông nam phụ. |
SOUTHEAST |
Hướng đông nam giữa các hướng chính. |
SOUTH_SOUTHEAST |
Hướng phụ giữa nam và đông nam. |
SOUTH |
Hướng chính nam. |
SOUTH_SOUTHWEST |
Hướng phụ giữa các hướng chính là hướng nam-tây nam. |
SOUTHWEST |
Hướng Tây Nam. |
WEST_SOUTHWEST |
Hướng Tây-Tây Nam phụ giữa các hướng chính. |
WEST |
Hướng chính tây. |
WEST_NORTHWEST |
Hướng Tây-tây bắc phụ giữa các hướng chính. |
NORTHWEST |
Hướng Tây Bắc. |
NORTH_NORTHWEST |
Hướng bắc-tây bắc phụ giữa các hướng chính. |
WindSpeed
Biểu diễn dưới dạng JSON |
{
"unit": enum (SpeedUnit ),
"value": number
} |
Trường |
unit |
enum (SpeedUnit )
Mã đại diện cho đơn vị dùng để đo tốc độ gió.
|
value |
number
Giá trị của tốc độ gió.
|
SpeedUnit
Biểu thị đơn vị dùng để đo tốc độ.
Enum |
SPEED_UNIT_UNSPECIFIED |
Đơn vị tốc độ chưa được chỉ định. |
KILOMETERS_PER_HOUR |
Tốc độ được đo bằng km/giờ. |
MILES_PER_HOUR |
Tốc độ được đo bằng dặm/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,["# Wind\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [WindDirection](#WindDirection)\n - [JSON representation](#WindDirection.SCHEMA_REPRESENTATION)\n- [CardinalDirection](#CardinalDirection)\n- [WindSpeed](#WindSpeed)\n - [JSON representation](#WindSpeed.SCHEMA_REPRESENTATION)\n- [SpeedUnit](#SpeedUnit)\n\nRepresents a set of wind properties.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"direction\": { object (/maps/documentation/weather/reference/rest/v1/Wind#WindDirection) }, \"speed\": { object (/maps/documentation/weather/reference/rest/v1/Wind#WindSpeed) }, \"gust\": { object (/maps/documentation/weather/reference/rest/v1/Wind#WindSpeed) } } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `direction` | `object (`[WindDirection](/maps/documentation/weather/reference/rest/v1/Wind#WindDirection)`)` The direction of the wind, the angle it is coming from. |\n| `speed` | `object (`[WindSpeed](/maps/documentation/weather/reference/rest/v1/Wind#WindSpeed)`)` The speed of the wind. |\n| `gust` | `object (`[WindSpeed](/maps/documentation/weather/reference/rest/v1/Wind#WindSpeed)`)` The wind gust (sudden increase in the wind speed). |\n\nWindDirection\n-------------\n\nRepresents the direction from which the wind originates.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"cardinal\": enum (/maps/documentation/weather/reference/rest/v1/Wind#CardinalDirection), \"degrees\": integer } ``` |\n\n| Fields ||\n|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `cardinal` | `enum (`[CardinalDirection](/maps/documentation/weather/reference/rest/v1/Wind#CardinalDirection)`)` The code that represents the cardinal direction from which the wind is blowing. |\n| `degrees` | `integer` The direction of the wind in degrees (values from 0 to 360). |\n\nCardinalDirection\n-----------------\n\nRepresents a cardinal direction (including ordinal directions).\n\n| Enums ||\n|----------------------------------|--------------------------------------------------------|\n| `CARDINAL_DIRECTION_UNSPECIFIED` | The cardinal direction is unspecified. |\n| `NORTH` | The north cardinal direction. |\n| `NORTH_NORTHEAST` | The north-northeast secondary intercardinal direction. |\n| `NORTHEAST` | The northeast intercardinal direction. |\n| `EAST_NORTHEAST` | The east-northeast secondary intercardinal direction. |\n| `EAST` | The east cardinal direction. |\n| `EAST_SOUTHEAST` | The east-southeast secondary intercardinal direction. |\n| `SOUTHEAST` | The southeast intercardinal direction. |\n| `SOUTH_SOUTHEAST` | The south-southeast secondary intercardinal direction. |\n| `SOUTH` | The south cardinal direction. |\n| `SOUTH_SOUTHWEST` | The south-southwest secondary intercardinal direction. |\n| `SOUTHWEST` | The southwest intercardinal direction. |\n| `WEST_SOUTHWEST` | The west-southwest secondary intercardinal direction. |\n| `WEST` | The west cardinal direction. |\n| `WEST_NORTHWEST` | The west-northwest secondary intercardinal direction. |\n| `NORTHWEST` | The northwest intercardinal direction. |\n| `NORTH_NORTHWEST` | The north-northwest secondary intercardinal direction. |\n\nWindSpeed\n---------\n\nRepresents the speed of the wind.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------|\n| ``` { \"unit\": enum (/maps/documentation/weather/reference/rest/v1/Wind#SpeedUnit), \"value\": number } ``` |\n\n| Fields ||\n|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `unit` | `enum (`[SpeedUnit](/maps/documentation/weather/reference/rest/v1/Wind#SpeedUnit)`)` The code that represents the unit used to measure the wind speed. |\n| `value` | `number` The value of the wind speed. |\n\nSpeedUnit\n---------\n\nRepresents the unit used to measure speed.\n\n| Enums ||\n|--------------------------|-----------------------------------------------|\n| `SPEED_UNIT_UNSPECIFIED` | The speed unit is unspecified. |\n| `KILOMETERS_PER_HOUR` | The speed is measured in kilometers per hour. |\n| `MILES_PER_HOUR` | The speed is measured in miles per hour. |"]]