Hi,
I’m using the device camera to save photos, like this:
[lua]filePath = { baseDir = system.TemporaryDirectory, filename = “camerashot.jpg”, type = “image” }
media.show( media.Camera, sessionComplete, filePath)[/lua]
Despite having the device GPS turned on, I can’t find any information about de latitude/longitude on the file EXIF info. If the photo is taken with the iphone native photo app this info is there.
Is this a limitation of Corona SDK or I’m doing something wrong.
Please advice.
Thanks [import]uid: 189638 topic_id: 33954 reply_id: 333954[/import]