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