Packagecom.yahoo.webapis.weather
Classpublic class Location

Yahoo! Weather API Location Class. This class holds the data about the location associated with current weather conditions.



Public Properties
 PropertyDefined by
  city : String
The city where the weather is being reported.
Location
  country : String
The country where the weather is being reported.
Location
  latitude : Number
The latitude corresponding to current weather.
Location
  longitude : Number
The longitude corresponding to current weather.
Location
  region : String
The region where the weather is being reported.
Location
Public Methods
 MethodDefined by
  
The Location constructor.
Location
Property detail
cityproperty
public var city:String

The city where the weather is being reported.

countryproperty 
public var country:String

The country where the weather is being reported.

latitudeproperty 
public var latitude:Number

The latitude corresponding to current weather.

longitudeproperty 
public var longitude:Number

The longitude corresponding to current weather.

regionproperty 
public var region:String

The region where the weather is being reported.

Constructor detail
Location()constructor
public function Location()

The Location constructor.