0

I wanna use embedded GPS and geolocation data of images in iPhone image Gallery. How can I get latitude and longitude of the place, where image was taken.

Thank you in advance..

Inspiration
  • 65
  • 1
  • 8

3 Answers3

2

Not entirely sure how this can be done programmatically, but I'd look into how to extract exif data from an image. Maybe this or this will help you out.

Community
  • 1
  • 1
Tim Stullich
  • 251
  • 6
  • 19
0

Look here,

U can reference that. ^-^

Community
  • 1
  • 1
enjoy-writing
  • 520
  • 3
  • 4
0

Getting the destination is easy. Here is an example showing how to get the geolocation.

Let me know if you have a script to combine the two.

Itay Grudev
  • 7,055
  • 4
  • 54
  • 86