getWeatherIcon

abstract suspend fun getWeatherIcon(    lat: Double,     lon: Double,     timeDelta: Int): String?

Get a weather icon for the specified location

Return

A weather icon found in drawable folder

Parameters

lat
lon
timeDelta