Packagecom.yahoo.webapis.weather
Classpublic class Atmosphere

Yahoo! Weather API Atmosphere Class. This class holds the data about atmospheric conditions.



Public Properties
 PropertyDefined by
  humidity : Number
Current humidity
Atmosphere
  pressure : Number
Current pressure
Atmosphere
  rising : String
Current pressure differential ("rising", "dropping" or "steady")
Atmosphere
  visibility : Number
Current visibility
Atmosphere
Public Methods
 MethodDefined by
  
Atmosphere class constructor
Atmosphere
Property detail
humidityproperty
public var humidity:Number

Current humidity

pressureproperty 
public var pressure:Number

Current pressure

risingproperty 
public var rising:String

Current pressure differential ("rising", "dropping" or "steady")

visibilityproperty 
public var visibility:Number

Current visibility

Constructor detail
Atmosphere()constructor
public function Atmosphere()

Atmosphere class constructor