UIImagePickerController does not deliver geo tag data
        Posted  
        
            by Gregory Mace
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Gregory Mace
        
        
        
        Published on 2009-02-06T17:30:07Z
        Indexed on 
            2010/03/15
            9:19 UTC
        
        
        Read the original article
        Hit count: 530
        
When I use UIImagePickerController to select a photo, either from the Camera Roll or the Photo Library, the image that gets returned to me in the method
'didFinishPickingImage'
does not contain the exif data for latitude and longitude. I know that the headers are there, because they show up when imported into iPhoto, also if I upload images from the Camera Roll, they also contain the exif headers for location. Is there a way to get UIImagePickerController to deliver that information as well?
© Stack Overflow or respective owner