如何从 Android 中的照片中提取地理位置信息?

发布于 2024-10-20 20:58:19 字数 150 浏览 1 评论 0原文

我对 android 相当陌生,我正在创建一个应用程序,它使用相机意图拍照并将其与一些其他信息一起存储到数据库中。我的麻烦是我需要从照片中获取纬度和经度并将其存储到数据库中。我已经进行了非常彻底的搜索,似乎无法找到如何从照片中提取位置信息。任何帮助将不胜感激。

提前致谢

I am fairly new to android and I am creating an app that uses the camera intent to take a photo and stores it into a database along with some other info. my trouble is that I need to get the latitude and longitude from that photo and store it into the database as well. I have searched very thoroughly and can not seem to find out how to extract the location information from a photo. any help will be greatly appreciated.

thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

意中人 2024-10-27 20:58:19

创建一个 ExifInterface从文件名然后你可以调用 getLatLong() 获取坐标。

Create an ExifInterface from the filename and then you can call getLatLong() to get the coordinates.

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