Packagecom.yahoo.webapis.weather
Classpublic class CurrentConditions

Yahoo! Weather API Current Conditions Class. This class holds the data about current weather conditions.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
CurrentConditions class constructor.
CurrentConditions
Property detail
astronomyproperty
public var astronomy:Astronomy

Current astronomical conditions

atmosphereproperty 
public var atmosphere:Atmosphere

Current atmospheric conditions

codeproperty 
public var code:Number

Current condition code

descriptionproperty 
public var description:String

Current conditions description

imageURLproperty 
public var imageURL:String

URL of an image corresponding to current conditons

temperatureproperty 
public var temperature:Number

Current temperature

windproperty 
public var wind:Wind

Current wind conditions

Constructor detail
CurrentConditions()constructor
public function CurrentConditions()

CurrentConditions class constructor.