Package com.github.trelawnm.weathersdk.model
package com.github.trelawnm.weathersdk.model
-
ClassesClassDescriptionWeather data response for SDK users Contains simplified weather information Example JSON structure: { "weather": {"main": "Rain", "description": "light rain"}, "main": {"temp": 15.5, "feels_like": 14.8}, "visibility": 10000, "wind": {"speed": 3.5}, "dt": 1643671200, "sys": {"sunrise": 1643671200, "sunset": 1643709600}, "timezone": 10800, "name": "London" }Sunrise and sunset timing informationTemperature information in KelvinCustom deserializer for weather array to object conversionBasic information about weather conditionsWind measurement data