使用 Google Maps API 对英国邮政编码进行地理编码的最佳方式?
对英国邮政编码进行地理编码的最有效、最准确的方法是什么?使用内置的地理编码对象会导致结果非常模糊(许多邮政编码仅返回一般区域)。
是否有可以通过 JavaScript 插入的免费英国邮政编码地理编码服务?
What is the most effective and accurate way to geocode a UK postcode? Using the built in geocode object results in massively blurred results (lots of postcodes returning just a general area).
Are there any free UK postcode geocoding services I can plug into via JavaScript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
编辑:更清楚地说,这使用谷歌搜索API中的本地搜索,而不是谷歌地图API来进行地理编码,这要准确得多。
最好的方法是使用 Google Search Api。
如果您获得 api 密钥并完成所有设置:http://code.google.com/apis/ ajax搜索/
Edit: To be clearer this uses the local search in google search api, not the google maps api to do the geocoding which is much more accurate.
The best way is to use Google Search Api.
If you get an api key and get it all setup: http://code.google.com/apis/ajaxsearch/
我相信 Live/Bing/Windows 地图 API 能够比 Google 地图 API 更准确地定位英国邮政编码。
或者,也有可用的英国邮政编码数据数据库,尽管它们相当昂贵。这篇文章有一些有趣的评论: http://jamiethompson.co.uk/web/2008/07/24/full-uk-postcode-database-for-free/
I believe Live/Bing/Windows maps' API gives a much more accurate placement for a UK postcode than the Google maps API does.
Alternatively, there are databases of UK postcode data available, although they're quite costly. There are some interesting comments on this post: http://jamiethompson.co.uk/web/2008/07/24/full-uk-postcode-database-for-free/