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..
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..
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.
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.