Convert lat/lon to zipcode / neighborhood name

前端 未结 5 752
春和景丽
春和景丽 2020-12-31 22:54

I have a large collection of pictures with GPS locations, encoded as lat/lon coordinates, mostly in Los Angeles. I would like to convert these to (1) zipcodes, and (2) neigh

5条回答
  •  悲&欢浪女
    2020-12-31 23:20

    Use Reverse Geocoding to convert your lat/lon to addresses. It has some limit on the number of queries per day though.

提交回复
热议问题