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 |
המהירות נמדדת בקילומטרים לשעה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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. |"]]