TwcDataSource

class TwcDataSource(config: WeatherAppConfig, twcNetworkEngine: TwcNetworkEngine, weatherAnalytics: WeatherAnalytics)

Constructors

Link copied to clipboard
constructor(config: WeatherAppConfig, twcNetworkEngine: TwcNetworkEngine, weatherAnalytics: WeatherAnalytics)

Functions

Link copied to clipboard
suspend fun requestCurrentWeatherWithForecast(    point: Point,     units: UnitOfMeasurement,     reason: WeatherRequestReason): WeatherNowWithForecast?