2014年1月12日

转 weather api

摘要: Google Weather API 只支持美国地区使用邮政编码进行查询,例如: http://www.google.com/ig/api?hl=zh-cn&weather=94043 (94043 为 山景城, 美国加州 的邮政编码) 而除了美国以外的地区需要使用经纬度坐标作为参数才能执行 Google Weather API, 例如: http://www.google.com/ig/api?hl=zh-cn&weather=,,,30670000,104019996 (30670000,104019996 为 成都, 中国大陆 的经纬度坐标) 当然,也可能通行城市名称的汉 阅读全文

posted @ 2014-01-12 17:15 小白说我是2B 阅读(471) 评论(0) 推荐(0) 编辑

导航