可以使用 iPhone ImagePicker 对照片进行地理标记吗?

发布于 2024-07-13 10:06:00 字数 99 浏览 4 评论 0原文

当调用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

§对你不离不弃 2024-07-20 10:06:01

好吧,您可以简单地通过 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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文