是否可以获取美国所有administrative_area_level_2“地区”的所有经度/纬度对的列表,用于Google地图API?
我可以用美国每一寸的http get(如下所示)进行投票,并提取每个返回的administrative_area_level_2,但必须有更好的方法:)
http://maps.googleapis.com/maps/api/geocode/json?latlng=39.714224,-99.961452&sensor=true
答案 0 :(得分:0)
您想要一份美国所有县的列表。
administrative_area_level_2 indicates a second-order civil entity below the country level. Within the United States, these administrative levels are counties. Not all nations exhibit these administrative levels.
这些数据在FusionTables中可用(但是县多边形不是单一点):
也可从人口普查中获得: http://www.census.gov/geo/maps-data/data/cbf/cbf_counties.html