MapboxWeatherApi

Constructors

Link copied to clipboard
constructor(token: String)

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
open suspend override fun getWeatherAlerts(location: Point): Result<List<WeatherAlert>>