| Package | com.yahoo.webapis.weather |
| Class | public class Location |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
Location()
The Location constructor.
| Location | ||
| city | property |
public var city:StringThe city where the weather is being reported.
| country | property |
public var country:StringThe country where the weather is being reported.
| latitude | property |
public var latitude:NumberThe latitude corresponding to current weather.
| longitude | property |
public var longitude:NumberThe longitude corresponding to current weather.
| region | property |
public var region:StringThe region where the weather is being reported.
| Location | () | constructor |
public function Location()The Location constructor.