getAQI

abstract suspend fun getAQI(    lat: Double,     lon: Double,     timeDelta: Int = 0): Double

Return

Gets Air Quality Index value for the given location and timeDelta from 1 (min) to 5 (max)

Parameters

lat

latitude

lon

longitude

timeDelta

in minutes