如何找到纬度/经度对应的邮政编码?
有哪些工具可以获取这些信息?
Google 提供了地理编码/反向地理编码 API,可让您从 lat/lng 获取地址信息。
即) http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=false
在结果中,您可以找到这样的邮政编码:
更详细的,请阅读官方文档。 https://developers.google.com/maps/documentation/geocoding/