| Modifier and Type | Method and Description |
|---|---|
FIODataPoint |
FIODataBlock.datapoint(int index)
Returns a data point from the this data block
For more information refer to the API Docs:
https://developer.forecast.io
|
FIODataPoint |
FIOCurrently.get()
Returns the data point from the currently report
|
FIODataPoint |
FIODaily.getDay(int day)
Returns the data point for the given day in the daily report
|
FIODataPoint |
FIOHourly.getHour(int hour)
Returns the data point for the given day in the hourly report
|
FIODataPoint |
FIOMinutely.getMinute(int minute)
Returns the data point for the given minute in the minutely report
|
Copyright © 2014. All rights reserved.