Uses of Package
com.github.trelawnm.weathersdk.model
Packages that use com.github.trelawnm.weathersdk.model
-
Classes in com.github.trelawnm.weathersdk.model used by com.github.trelawnm.weathersdkClassDescriptionWeather 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" }
-
Classes in com.github.trelawnm.weathersdk.model used by com.github.trelawnm.weathersdk.modelClassDescriptionSunrise and sunset timing informationTemperature information in KelvinBasic information about weather conditionsWind measurement data