Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何从上传的 iPhone 照片中获取正确的纬度和经度?
有谁知道如何获得在 IOS 中拍摄图像的坐标。如果您访问 IOS 中的照片应用程序,您可以看到照片的拍摄地点,我想在我的应用程序中加载照片时获取该信息。
尝试这个:
CLLocation *location = [asset valueForProperty:ALAssetPropertyLocation];