getCurrent

fun getCurrent(coords: CoordinatesList, onCompleted: OnWeatherForecastCompleted, onStarted: OnStarted? = null): Int

Async gets current weather for a list of coordinates

Return

The error code (0 on success)

Parameters

coords

The coordinates list for which the current weather is requested

onCompleted

On completed trigger

onStarted

On started trigger