How do you get the country/state/region/city/state/zip/postal from GPS coordinates?

前端 未结 3 1256
忘了有多久
忘了有多久 2021-02-06 00:48

I have GPS coordinates on all of my photos. I want to include tags/IPTC data for the city, state, zip, etc.. However all I have is the GPS coordinates. How can I take these and

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-06 01:09

    What about doing reverse geocoding with the Google Maps API?

    http://code.google.com/apis/maps/documentation/services.html#ReverseGeocoding

提交回复
热议问题