Is it possible to retrive an existing iPhone image's metadata (specifically geolocation data) using PhoneGap?

我是研究僧i 提交于 2019-12-04 16:48:18
Titouan de Bailleul

It is not a PhoneGap features at the moment but you can still do it in Objective-C.

Here are some link to help you do it

UIImagePickerController and extracting EXIF data from existing photos

Adding metadata to iOS images

Google code : iPhone EXIF

Then if you can't to use it with PhoneGap, you'll probably have to create a PhoneGap Plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!