Finding City and Zip Code for a Location

后端 未结 8 909
既然无缘
既然无缘 2020-12-28 10:45

Given a latitude and longitude, what is the easiest way to find the name of the city and the US zip code of that location.

(This is similar to https://stackoverflow.

8条回答
  •  情歌与酒
    2020-12-28 11:36

    If you call volume to the service gets up too high, you should definitely consider getting your own set of postal data. In most cases, that will provide all of the information that you need, and there are plenty of db tools for indexing location data (i.e. PostGIS for PostgreSQL).

提交回复
热议问题