Wind

Represents a set of wind properties.

JSON representation
 { 
 "direction" 
 : 
 { 
 object (  WindDirection 
 
) 
 } 
 , 
 "speed" 
 : 
 { 
 object (  WindSpeed 
 
) 
 } 
 , 
 "gust" 
 : 
 { 
 object (  WindSpeed 
 
) 
 } 
 } 
Fields
direction

object ( WindDirection )

The direction of the wind, the angle it is coming from.

speed

object ( WindSpeed )

The speed of the wind.

gust

object ( WindSpeed )

The wind gust (sudden increase in the wind speed).

WindDirection

Represents the direction from which the wind originates.

JSON representation
 { 
 "cardinal" 
 : 
 enum (  CardinalDirection 
 
) 
 , 
 "degrees" 
 : 
 integer 
 } 
Fields
cardinal

enum ( CardinalDirection )

The code that represents the cardinal direction from which the wind is blowing.

degrees

integer

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 (  SpeedUnit 
 
) 
 , 
 "value" 
 : 
 number 
 } 
Fields
unit

enum ( SpeedUnit )

The code that represents the unit used to measure the wind speed.

value

number

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.
Create a Mobile Website
View Site in Mobile | Classic
Share by: