WeatherService

data class WeatherService(val account: XweatherAccount?)

WeatherService.kt

A list of services, such as Temperatures, Humidity, and Dew Point.

Author

Jason Suto 04/13/24

Constructors

Link copied to clipboard
constructor(account: XweatherAccount?)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
abstract class WeatherLayerConfiguration(val weatherService: WeatherService)

Properties

Link copied to clipboard
Link copied to clipboard