WeatherReport

Undocumented in source.

Members

Functions

addEntry
void addEntry(WeatherEntry entry)

Adds a new entry into the entries array of WeatherEntries.

getEntry
WeatherEntry getEntry(int index)

Gets target entry from the entries array. This lets you work with the target entry with selected id.

getReport
WeatherEntry[] getReport()

Returns an array of WeatherEntry used as a weather report.

Meta