get Current
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
on Completed
On completed trigger
on Started
On started trigger