tags:

views:

14

answers:

1

Hi,

Is there any way to tell the geo lat,long of an image taken in the camera on iphone, using the iphone sdk?

Is there any way to get the timestamp?

+1  A: 

You would need to use the images embedded EXIF data: http://en.wikipedia.org/wiki/Exchangeable_image_file_format

You can parse this data using: http://code.google.com/p/iphone-exif/

Evan Mulawski