Currently I am saving and image with the following method in "saved photos album".
UIImageWriteToSavedPhotosAlbum(image, self, @selector(image:didFinishSavingWithError:contextInfo:), nil);
Now I want to associate the current latitude and longitude with that image.
How can I do so ?
Can I do with its mediaInfo dictionary (metadata).
I am working in ios sdk 3.0 .
Please tell me How to get /set geo data with an image in UIImageViewPickerController