gpt4 book ai didi

ios - 如何使用 UIImagePickerController 设置拍摄照片的位置?

转载 作者:可可西里 更新时间:2023-11-01 05:00:18 25 4
gpt4 key购买 nike

我想在带有地理标记(照片拍摄位置)的照片应用中使用 UIImagePickerController 查看我拍摄的照片。

在使用 UIImagePickerController 捕捉快照时,我想标记捕捉图片的当前位置,这样当它保存到 PhotoLibrary 时,它应该显示在照片(显示照片/视频的标准应用程序)应用程序的 map 上。谁能知道照片应用程序的内部机制如何在 map 上显示照片/视频。

最佳答案

不幸的是,位置数据需要一些工作才能找到。

委托(delegate)方法

- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info 

将为您提供一个info 字典,其中包含图像的一些元数据。这个博客有一个很好的典型内容日志转储:

http://jomnius.blogspot.dk/2011/01/what-is-inside-uiimagepickercontrollerm.html

基于图像的完整路径(在 info 字典中找到),您可以使用 ALAssetsLibrary 挖掘纬度和经度

这篇博客详细解释了这个过程:

http://blog.codecropper.com/2011/05/getting-metadata-from-images-on-ios/

关于ios - 如何使用 UIImagePickerController 设置拍摄照片的位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9565142/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com