google weather api 谷歌天气api

用Google的天气api查询中国大陆地区的天气

1.使用经纬度坐标作为参数才能执行 Google Weather API, 例如:
http://www.google.com/ig/api?hl=zh-cn&weather=,,,30670000,104019996
(30670000,104019996 为 成都, 中国大陆 的经纬度坐标)

查询中国大陆地区主要城市的经纬度信息:

通过 Google API 提供的国家代码列表及相应的城市经纬度坐标列表可以查询到,以下是 Google API 提供的查询参数:
http://www.google.com/ig/countries?output=xml&hl=zh-cn
(查询 Google 所支持的所有国家的代码,并以 zh-cn 简体中文显示)
http://www.google.com/ig/cities?output=xml&hl=zh-cn&country=cn

2.通行城市名称的汉语拼音来查询,例如:以下是北京的天气

http://www.google.com/ig/api?weather=Beijing

http://www.google.com/ig/api?weather=dongcheng,beijing (北京东城区)

http://www.google.com/ig/api?weather=shenyang,liaoning (辽宁沈阳)

http://www.google.com/ig/api?hl=zh-cn&weather=shouguang,weifang,shandong (山东潍坊寿光)

 

 

 

http://hi.baidu.com/byronwind/blog/item/0d4261194b7c940c35fa41ae.html

你可能感兴趣的:(c,api,Google)