MapboxWeatherApi
Functions
Link copied to clipboard
open suspend override fun getCondition(location: Point, systemOfMeasurement: WeatherSystemOfMeasurement): Result<WeatherCondition>
Link copied to clipboard
open suspend override fun getForecast(location: Point, systemOfMeasurement: WeatherSystemOfMeasurement): Result<List<WeatherForecastItem>>
Link copied to clipboard