get Hourly Forecast
fun getHourlyForecast(hours: Int, coords: CoordinatesList, onCompleted: OnWeatherForecastCompleted, onStarted: OnStarted? = null): Int
Async gets hourly forecast weather for a list of coordinates
Return
The error code (0 on success)
Parameters
hours
The number of hours for which the forecast is requested ( value should be <= 240 )
coords
The coordinates list for which the forecast is requested
on Completed
On completed trigger
on Started
On started trigger