getLocationforecast

suspend fun getLocationforecast(    endpoint: String,     lat: Double,     lon: Double): LocationForecastCompleteDataClass?

Do API call

Return

A Locationforecast data class

Parameters

endpoint

Which Locationforecast endpoint to use

lat

Latitude

lon

Longitude