get Forecast
fun getForecast(coords: TimeDistanceCoordinateList, onCompleted: OnWeatherForecastCompleted, onStarted: OnStarted? = null): Int
Async gets forecast weather for a list of coordinates and timestamps
Return
The error code (0 on success)
Parameters
coords
The coordinates & timestamps list for which the forecast is requested. The timestamp should be relative to current time
on Completed
On completed trigger
on Started
On started trigger