getForecast

abstract suspend fun getForecast(location: Point, systemOfMeasurement: WeatherSystemOfMeasurement = WeatherSystemOfMeasurement.Imperial): Result<List<WeatherForecastItem>>

Retrieves a list of forecast conditions at the requested location.

Parameters

location

queried location

systemOfMeasurement

describes the unit system of returned values