I'm using PhoneGap 1.4.1 to create an iPhone application. I can successfully perform the following tasks:
- retrieve an image from a photo album or the camera roll
- take a new image with the camera
- retrieve the current geolocation of the device
It is my understanding that images taken on the iPhone contain metadata. I believe the metadata contains the geolocation of where the picture was taken.
I can't seem to find anything in the PhoneGap API about image metadata. I can already retrieve the device's current location, but I need to access the coordinates of where a picture was taken.
Is it possible to access the stored geolocation of an iPhone photo using PhoneGap?