Packagecom.yahoo.webapis.weather
Classpublic class Wind

Yahoo! Weather API Wind Class. This class holds the data about wind conditions.



Public Properties
 PropertyDefined by
  chill : Number
The current wind chill, in degrees (scale determined by Weather.units).
Wind
  direction : Number
The wind direction, in degrees from the North.
Wind
  speed : Number
The wind speed, in units of distance per hour (scale determined by Weather.units).
Wind
Public Methods
 MethodDefined by
  
Wind()
The Wind class constructor.
Wind
Property detail
chillproperty
public var chill:Number

The current wind chill, in degrees (scale determined by Weather.units).

directionproperty 
public var direction:Number

The wind direction, in degrees from the North.

speedproperty 
public var speed:Number

The wind speed, in units of distance per hour (scale determined by Weather.units).

Constructor detail
Wind()constructor
public function Wind()

The Wind class constructor.