Reverse Geocoding Without Web Access

后端 未结 6 1809
南方客
南方客 2020-12-04 18:19

I am working on an application where one of the requirements is that I be able to perform realtime reverse geocoding operations based on GPS data. In particular, I must be

6条回答
  •  Happy的楠姐
    2020-12-04 19:01

    I would stay away from implementing your own solution from scratch. This is a pretty big undertaking and there are already tools out there to do this. If you're looking for an open source approach (read: free), take a look at this blog post: Using PostGIS to Reverse Geocode.

提交回复
热议问题