| Package | com.yahoo.webapis.weather |
| Class | public class Weather |
| Property | Defined by | ||
|---|---|---|---|
| current : CurrentConditions
The current conditions.
| Weather | ||
| date : Date
The date and time of the current report, with UTC offset.
| Weather | ||
| description : String
The description of current weather report.
| Weather | ||
| forecast : Array
An array of forecast conditions (an item per day).
| Weather | ||
| language : String
A 2-letter code for the current report language.
| Weather | ||
| link : String
The URL for the weather.yahoo.com page for the corresponding
weather report.
| Weather | ||
| location : Location
The geographic location for the current weather report.
| Weather | ||
| timeToLive : Number
Time to live for the current weather report.
| Weather | ||
| units : Units
The units of the current weather report.
| Weather | ||
| Method | Defined by | ||
|---|---|---|---|
|
Weather()
The Weather class constructor.
| Weather | ||
|
toString():String
A string output of the current and forecast
conditions, and other Weather object properties.
| Weather | ||
| current | property |
public var current:CurrentConditionsThe current conditions.
| date | property |
public var date:DateThe date and time of the current report, with UTC offset.
| description | property |
public var description:StringThe description of current weather report.
| forecast | property |
public var forecast:ArrayAn array of forecast conditions (an item per day).
| language | property |
public var language:StringA 2-letter code for the current report language.
| link | property |
public var link:StringThe URL for the weather.yahoo.com page for the corresponding weather report.
| location | property |
public var location:LocationThe geographic location for the current weather report.
| timeToLive | property |
public var timeToLive:NumberTime to live for the current weather report.
| units | property |
public var units:UnitsThe units of the current weather report.
| Weather | () | constructor |
public function Weather()The Weather class constructor.
| toString | () | method |
public function toString():StringA string output of the current and forecast conditions, and other Weather object properties.
ReturnsString — The current and forecast conditions, and other weather properties, as string.
|