Packagecom.yahoo.webapis.weather
Classpublic class ForecastConditions

Yahoo! Weather API Forecast Conditions Class. This class holds the data about forecast conditions.



Public Properties
 PropertyDefined by
  code : Number
Condition code.
ForecastConditions
  date : Date
The date for which the forecast is made.
ForecastConditions
  description : String
Forecast description
ForecastConditions
  high : Number
The high temperature forecast
ForecastConditions
  imageURL : String
URL of an image corresponding to forecast conditions.
ForecastConditions
  low : Number
The low temperature forecast
ForecastConditions
Public Methods
 MethodDefined by
  
ForecastConditions class constructor
ForecastConditions
Property detail
codeproperty
public var code:Number

Condition code.

dateproperty 
public var date:Date

The date for which the forecast is made.

descriptionproperty 
public var description:String

Forecast description

highproperty 
public var high:Number

The high temperature forecast

imageURLproperty 
public var imageURL:String

URL of an image corresponding to forecast conditions.

lowproperty 
public var low:Number

The low temperature forecast

Constructor detail
ForecastConditions()constructor
public function ForecastConditions()

ForecastConditions class constructor