vote up 1 vote down star

When calling the ImagePicker to take a picture the user is not prompted to allow their location to be used to geo-tag the photo as with the native Camera app. Is it possible to turn on or build geo-tagging into the ImagePicker?

flag

70% accept rate

1 Answer

vote up 2 vote down check

Well, you could simply get the photo via the ImagePicker, then prompt the user to approve getting their location (something you have to do anyway) and then store both image and location in your own object.

I don't believe the Picker by itself embeds lat/long in the image. That's likely something happening elsewhere in the Camera app.

You could check using this lib though:

http://code.google.com/p/iphone-exif/downloads/list

Good Luck!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.