getWeather

suspend fun getWeather(    latLng: LatLng,     timeDelta: Int = 0,     context: Context): WeatherDataPoint

Get the weather for the current location.

Return

WeatherDataPoint data class for the current location

Parameters

latLng

the current location

timeDelta

the time delta in minutes