Extracting GPS info from photos

I'm building an app where you can take a photo, it saves the photo to the app's documents directory, and I'm wanting to pull the GPS info from those photos.


What's the best way to do this?


Thanks!

Unless something has changed recently, the past tactic was to grab the RAW file and parse it's EXIF data for location info.

The location is the subject area numbers, I am working on a easier way to covert those numbers that represent the X and Y and convert it to Latitude and Longitude or WGS84.

Extracting GPS info from photos
 
 
Q