DBCamera icon indicating copy to clipboard operation
DBCamera copied to clipboard

EXIF location info

Open mecid opened this issue 10 years ago • 2 comments

How to add location to exif when using DBCamera?

mecid avatar Feb 09 '15 13:02 mecid

+1 how to extract location info?

csapinoso avatar Feb 13 '15 19:02 csapinoso

Hi @mecid and hi @csapinoso , this version doesn't have the location check by default. But you can add this data in the - (void) camera:(id)cameraViewController didFinishWithImage:(UIImage *)image withMetadata:(NSDictionary *)metadata delegate method. You can use this category to add the Location quickly.

danielebogo avatar Feb 15 '15 12:02 danielebogo