Wind
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ช่อง |
direction |
object (WindDirection )
ทิศทางของลม มุมที่ลมพัดเข้ามา
|
speed |
object (WindSpeed )
ความเร็วลม
|
gust |
object (WindSpeed )
ลมกระโชกแรง (ความเร็วลมเพิ่มขึ้นอย่างฉับพลัน)
|
WindDirection
ช่อง |
cardinal |
enum (CardinalDirection )
รหัสที่แสดงถึงทิศหลักที่ลมพัดเข้ามา
|
degrees |
integer
ทิศทางลมเป็นองศา (ค่าตั้งแต่ 0 ถึง 360)
|
CardinalDirection
แสดงทิศทางหลัก (รวมถึงทิศทางตามลําดับ)
Enum |
CARDINAL_DIRECTION_UNSPECIFIED |
ไม่ได้ระบุทิศทางหลัก |
NORTH |
ทิศเหนือ |
NORTH_NORTHEAST |
ทิศทางรองระหว่างทิศหลักที่เหนือ-ตะวันออกเฉียงเหนือ |
NORTHEAST |
ทิศตะวันออกเฉียงเหนือซึ่งเป็นทิศรอง |
EAST_NORTHEAST |
ทิศทางรองระหว่างทิศหลักตะวันออก-ตะวันออกเฉียงเหนือ |
EAST |
ทิศตะวันออก |
EAST_SOUTHEAST |
ทิศทางรองระหว่างทิศหลักตะวันออก-ตะวันออกเฉียงใต้ |
SOUTHEAST |
ทิศตะวันออกเฉียงใต้ซึ่งเป็นทิศรอง |
SOUTH_SOUTHEAST |
ทิศทางรองระหว่างทิศหลักที่กึ่งกลางระหว่างทิศใต้กับตะวันออกเฉียงใต้ |
SOUTH |
ทิศใต้ |
SOUTH_SOUTHWEST |
ทิศทางรองระหว่างทิศหลักที่กึ่งกลางระหว่างทิศใต้กับตะวันตกเฉียงใต้ |
SOUTHWEST |
ทิศตะวันตกเฉียงใต้ |
WEST_SOUTHWEST |
ทิศทางรองระหว่างทิศตะวันตกเฉียงใต้และตะวันตกเฉียงเหนือ |
WEST |
ทิศตะวันตก |
WEST_NORTHWEST |
ทิศทางรองระหว่างทิศตะวันตกเฉียงเหนือและตะวันตก |
NORTHWEST |
ทิศตะวันตกเฉียงเหนือ |
NORTH_NORTHWEST |
ทิศทางรองระหว่างทิศหลักที่เหนือ-ตะวันตกเฉียงเหนือ |
WindSpeed
การแสดง JSON |
{
"unit": enum (SpeedUnit ),
"value": number
} |
ช่อง |
unit |
enum (SpeedUnit )
รหัสที่แสดงหน่วยที่ใช้วัดความเร็วลม
|
value |
number
ค่าความเร็วลม
|
SpeedUnit
แสดงหน่วยที่ใช้ในการวัดความเร็ว
Enum |
SPEED_UNIT_UNSPECIFIED |
ไม่ได้ระบุหน่วยความเร็ว |
KILOMETERS_PER_HOUR |
ความเร็วจะวัดเป็นกิโลเมตรต่อชั่วโมง |
MILES_PER_HOUR |
ความเร็วจะวัดเป็นไมล์ต่อชั่วโมง |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-29 UTC
[null,null,["อัปเดตล่าสุด 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. |"]]