getForecast

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

onCompleted

On completed trigger

onStarted

On started trigger