How to find the zip code corresponding to a latitude/longitude

Joe*_*Joe 2 zipcode google-maps latitude-longitude

How to find the zip code corresponding to a latitude/longitude?

What tools are available to fetch this information?

wf9*_*m75 5

Google提供了地理编码/反向地理编码API,可让您从lat/lng获取地址信息.

ie) http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=false

在结果中,您可以找到这样的邮政编码: 在此输入图像描述

更多细节,请阅读官方文件. https://developers.google.com/maps/documentation/geocoding/