Try the search, it's linked to some great forums

Friday, August 12, 2011

UIImagePicker - Photo metadata

The keys for this dictionary are listed in the info dictionary (%@, info) within the UIImagePicker Delegate;
2011-08-02 19:20:21.489 HandMirror[762:707] The metadata is {
    UIImagePickerControllerMediaMetadata =     {
        DPIHeight = 72;
        DPIWidth = 72;
        Orientation = 6;
        "{Exif}" =         {
            ColorSpace = 1;
            DateTimeDigitized = "2011:08:02 19:20:18";
            DateTimeOriginal = "2011:08:02 19:20:18";
            PixelXDimension = 480;
            PixelYDimension = 640;
        };
        "{TIFF}" =         {
            DateTime = "2011:08:02 19:20:18";
            Make = Apple;
            Model = "iPad 2";
            Software = "4.3.3";
            XResolution = 72;
            YResolution = 72;
        };
    };
    UIImagePickerControllerMediaType = "public.image";
    UIImagePickerControllerOriginalImage = "";

Where is the location data?