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];