getNowcast

suspend fun getNowcast(    endpoint: String,     lat: Double,     lon: Double): NowcastCompleteDataClass?

Do API call

Return

A nowcast data class

Parameters

endpoint

Which Nowcast endpoint to use

lat

Latitude

lon

Longitude