从 Google 地图中的纬度、经度搜索生成英国邮政编码
我正在尝试通过 Google 地图中的纬度和经度搜索生成英国邮政编码。例如,在 Google 地图中搜索 57.350237,-1.977539 将返回:
https://i.sstatic.net /mSULM.png
我希望能够提取该邮政编码 - AB41 8。
到目前为止,我所看到的只是如何从邮政编码中获取经纬度的想法,但是不是相反。有什么想法吗?
谢谢,
I'm trying to generate a UK postcode from a latitude and longitude search in Google Maps. For example, a search for 57.350237,-1.977539 in Google Maps returns this:
https://i.sstatic.net/mSULM.png
I want to be able to extract that postcode - AB41 8.
All I've seen so far are ideas on how to get the lat,lon from the postcode but not the other way around. Any ideas?
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以查看 Google 的地理编码 API,特别是反向地理编码。
You could take a look at Google's Geocoding API, specifically Reverse Geocoding.
不幸的是,在英国,皇家邮政是唯一拥有如此准确性和完整性的此类数据的机构。
要访问它,您必须向他们支付 邮政编码地址文件。
Unfortunately in the UK, the Royal Mail are the only ones with such data of that accuracy and completeness.
To access it, you have to pay them for a copy of their Postcode Address File.