我正在为天气图雷达实现HAMweather's Aeris API。它不像天气频道应用程序那样显示天气。它在控制台中给出了结果
2013-03-11 11:54:58.298 C2S[1487:c07] [AerisEngine] Account does not have access to tile overlay for code {radar}.
2013-03-11 11:54:59.666 C2S[1487:c07] [AerisEngine] API response received, used cache: NO
有人能帮我吗?
天气频道应用程序显示天气,如下图所示:
this只给了我这张地图:
发布于 2013-03-11 14:44:20
您在这里描述了几个问题。
1)
您显然没有正确的访问权限来显示数据( "Account‘t not access to tile overlay for code“错误)。
2)
Aeris / HAMweather is not the same thing as the Weather Channel
3)
Weather Channel has their own API。它的访问费用“低至每月20美元”。我的研究还不够深入,无法发现他们是否有iOS应用程序接口。你能负担得起每月20美元吗?
https://stackoverflow.com/questions/15332491
复制相似问题