使用Open Weather Map APi

时间:2015-02-21 18:27:47

标签: android json weather-api

我上周联系了Open Weather Map支持团队,他们的论坛已经死了。希望能在这里得到一些帮助。

我目前正在为Android构建天气应用程序。

当我发送英国伯明翰的时候 哪个是 lat 52.4447615:  lon -1.9292798

它将越南作为一个与拉特完全不同的国家返回?我知道开放的天气图非常受欢迎,所以我必须构建错误的网址或

的东西。

http://api.openweathermap.org/data/2.5/weather?q=lat=52.4447462&lon=-1.9292798&units=metric

非常感谢任何帮助。谢谢, 马特

2 个答案:

答案 0 :(得分:1)

似乎问题是单位论证。只是摆脱它,它的工作原理:

http://api.openweathermap.org/data/2.5/weather?lat=52.4447615&lon=-1.9292798

请注意我还没有阅读API文档,只是从他们的概述页面开始: http://openweathermap.org/current

答案 1 :(得分:0)

试试这个: [openweathermap.org] 1

您还可以使用Geocoder从坐标中获取城市名称。