问题描述
现在我知道使用我可以获得城市,州的邮政编码和其他信息。如何我可以得到一个城市内的所有邮政编码/邮政编码吗?就像这一个,我发现。我可以从geocomplete中获得它,还是应该从geoip数据库中查询它,例如?
我在这里工作boundaries-io.com
I认为这是你需要它使用美国人口普查作为存储库:美国邮政编码边界API:
以上API显示邮政编码,城市和州的美国边界(GeoJson)。
您应该以编程方式使用API来处理大型结果。
$ b
Now I know using Geocomplete I can get city,state postal codes and lot other info.How can I get all postal codes / zipcodes within a city.Like this one I found here.Can I get it from geocomplete or should I query it from a geoip database like Maxmind?
i work here boundaries-io.comI think this is what you need it uses US Census as repository: US Zipcode Boundaries API:https://www.mashape.com/vanitysoft/boundaries-io
Above API shows US Boundaries(GeoJson) by zipcode,city, and state. you should use the API programatically to handle large results.
for example:
这篇关于有什么方法可以在一个城市内获得所有邮编/邮政编码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!