Weather Service
WeatherService.kt
A list of services, such as Temperatures, Humidity, and Dew Point.
Author
Jason Suto 04/13/24
Types
Link copied to clipboard
Link copied to clipboard
abstract class ParticleWeatherLayerConfiguration(val weatherService: WeatherService) : WeatherService.WeatherLayerConfiguration
Link copied to clipboard
abstract class RasterWeatherLayerConfiguration(val weatherService: WeatherService) : WeatherService.WeatherLayerConfiguration
Link copied to clipboard
abstract class SampleWeatherLayerConfiguration(val weatherService: WeatherService) : WeatherService.WeatherLayerConfiguration
Link copied to clipboard