| Package | com.yahoo.webapis.weather |
| Class | public class CurrentConditions |
| Property | Defined by | ||
|---|---|---|---|
| astronomy : Astronomy
Current astronomical conditions
| CurrentConditions | ||
| atmosphere : Atmosphere
Current atmospheric conditions
| CurrentConditions | ||
| code : Number
Current condition code
| CurrentConditions | ||
| description : String
Current conditions description
| CurrentConditions | ||
| imageURL : String
URL of an image corresponding to current conditons
| CurrentConditions | ||
| temperature : Number
Current temperature
| CurrentConditions | ||
| wind : Wind
Current wind conditions
| CurrentConditions | ||
| Method | Defined by | ||
|---|---|---|---|
|
CurrentConditions class constructor.
| CurrentConditions | ||
| astronomy | property |
public var astronomy:AstronomyCurrent astronomical conditions
| atmosphere | property |
public var atmosphere:AtmosphereCurrent atmospheric conditions
| code | property |
public var code:NumberCurrent condition code
| description | property |
public var description:StringCurrent conditions description
| imageURL | property |
public var imageURL:StringURL of an image corresponding to current conditons
| temperature | property |
public var temperature:NumberCurrent temperature
| wind | property |
public var wind:WindCurrent wind conditions
| CurrentConditions | () | constructor |
public function CurrentConditions()CurrentConditions class constructor.