获取纬度。 Lon 来自 iPhone 照片库的照片
我如何访问用户的 iPhone 照片库并获取这些照片的经纬度信息?
谢谢
How can i get access to the users iPhone photo library and get the lat, lon information for those photos?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
纬度/经度信息(如果存在)将位于 JPG 文件的 EXIF 部分中。查看此 exif iPhone 库:
http://code.google.com/p/iphone- exif/
另请参阅:iPhone - 从照片访问位置信息< /a>
The latitude/longitude information, if it's there, will be in the EXIF section of the JPG file. Check out this exif iPhone library:
http://code.google.com/p/iphone-exif/
See also: iPhone - access location information from a photo