| Package | com.yahoo.webapis.weather |
| Class | public class Wind |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
Wind()
The Wind class constructor.
| Wind | ||
| chill | property |
public var chill:NumberThe current wind chill, in degrees (scale determined by Weather.units).
| direction | property |
public var direction:NumberThe wind direction, in degrees from the North.
| speed | property |
public var speed:NumberThe wind speed, in units of distance per hour (scale determined by Weather.units).
| Wind | () | constructor |
public function Wind()The Wind class constructor.