可以使用 iPhone ImagePicker 对照片进行地理标记吗?
当调用 ImagePicker 拍照时,系统不会提示用户允许使用其位置来对照片进行地理标记,就像使用本机相机应用程序一样。 是否可以在 ImagePicker 中打开或构建地理标记?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,您可以简单地通过 ImagePicker 获取照片,然后提示用户批准获取他们的位置(无论如何您都必须这样做),然后将图像和位置存储在您自己的对象中。
我不相信选择器本身会在图像中嵌入纬度/经度。 这可能是相机应用程序中其他地方发生的事情。
您可以使用此库进行检查:
http://code.google.com/ p/iphone-exif/downloads/list
祝你好运!
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!