getNow

suspend fun getNow(    endpoint: String,     lat: Double,     lon: Double,     radius: Int,     component: NILUSource.COMPONENTS): List<NILUDataItem>?

Return

List of recorded data points at different locations.

Parameters

endpoint

AQF endpoint

lat

Latitude

lon

Longitude

radius

The radius of stations to care about

component

Type of air-quality to get. See COMPONENTS.