getCondition

abstract suspend fun getCondition(location: Point, systemOfMeasurement: WeatherSystemOfMeasurement = WeatherSystemOfMeasurement.Imperial): Result<WeatherCondition>

Retrieves conditions at the requested location.

Parameters

location

queried location

systemOfMeasurement

describes the unit system of returned values