Hey, I want to get some weather data from a location and I tried this using weather.setCity('Berlin'); and with weather.setCoordinate(50.0467656, 20.0048731); (example coordinates). After I called the forecast function like that:
I got different responses (different structure of data) for both cases. Why isn't it the same structure?
It seems that the getWeatherForecastForDays-function doesn't send back a real forecast using coordinates because there is no list-Array in the response (have a look at the responses):
Hey, I want to get some weather data from a location and I tried this using
weather.setCity('Berlin');
and withweather.setCoordinate(50.0467656, 20.0048731);
(example coordinates). After I called the forecast function like that:I got different responses (different structure of data) for both cases. Why isn't it the same structure? It seems that the
getWeatherForecastForDays
-function doesn't send back a real forecast using coordinates because there is nolist
-Array in the response (have a look at the responses):Example Forecast-Response using name
Example Forecast-Response using coordinates