Represents a set of wind properties.
| JSON representation | 
|---|
{ "direction": { object (  | 
            
| Fields | |
|---|---|
direction | 
              
                 
 The direction of the wind, the angle it is coming from.  | 
            
speed | 
              
                 
 The speed of the wind.  | 
            
gust | 
              
                 
 The wind gust (sudden increase in the wind speed).  | 
            
WindDirection
Represents the direction from which the wind originates.
| JSON representation | 
|---|
{
  "cardinal": enum ( | 
              
| Fields | |
|---|---|
cardinal | 
                
                   
 The code that represents the cardinal direction from which the wind is blowing.  | 
              
degrees | 
                
                   
 The direction of the wind in degrees (values from 0 to 360).  | 
              
CardinalDirection
Represents a cardinal direction (including ordinal directions).
| Enums | |
|---|---|
CARDINAL_DIRECTION_UNSPECIFIED | 
                The cardinal direction is unspecified. | 
NORTH | 
                The north cardinal direction. | 
NORTH_NORTHEAST | 
                The north-northeast secondary intercardinal direction. | 
NORTHEAST | 
                The northeast intercardinal direction. | 
EAST_NORTHEAST | 
                The east-northeast secondary intercardinal direction. | 
EAST | 
                The east cardinal direction. | 
EAST_SOUTHEAST | 
                The east-southeast secondary intercardinal direction. | 
SOUTHEAST | 
                The southeast intercardinal direction. | 
SOUTH_SOUTHEAST | 
                The south-southeast secondary intercardinal direction. | 
SOUTH | 
                The south cardinal direction. | 
SOUTH_SOUTHWEST | 
                The south-southwest secondary intercardinal direction. | 
SOUTHWEST | 
                The southwest intercardinal direction. | 
WEST_SOUTHWEST | 
                The west-southwest secondary intercardinal direction. | 
WEST | 
                The west cardinal direction. | 
WEST_NORTHWEST | 
                The west-northwest secondary intercardinal direction. | 
NORTHWEST | 
                The northwest intercardinal direction. | 
NORTH_NORTHWEST | 
                The north-northwest secondary intercardinal direction. | 
WindSpeed
Represents the speed of the wind.
| JSON representation | 
|---|
{
  "unit": enum ( | 
              
| Fields | |
|---|---|
unit | 
                
                   
 The code that represents the unit used to measure the wind speed.  | 
              
value | 
                
                   
 The value of the wind speed.  | 
              
SpeedUnit
Represents the unit used to measure speed.
| Enums | |
|---|---|
SPEED_UNIT_UNSPECIFIED | 
                The speed unit is unspecified. | 
KILOMETERS_PER_HOUR | 
                The speed is measured in kilometers per hour. | 
MILES_PER_HOUR | 
                The speed is measured in miles per hour. |