WeatherConfig

interface WeatherConfig

A configuration interface for weather-related settings.

Types

Link copied to clipboard
object Companion

A companion object that provides a default configuration.

Properties

Link copied to clipboard

The maximum distance, in kilometers, for weather update requests.

Link copied to clipboard
abstract val isEnabled: Boolean

Whether weather information is enabled.

Link copied to clipboard

The interval, in hours, for high and low temperature calculations.

Link copied to clipboard

The interval, in seconds, between weather requests.

Link copied to clipboard

The interval, in seconds, for protecting against rapid weather updates.

Link copied to clipboard

Whether weather API request analytics are enabled.