开发者

Extract location information from photos

开发者 https://www.devze.com 2023-01-27 01:25 出处:网络
I\'m trying to develop a photo geotagging app. How do I extract GPS information from geotagged photos, so that i can Tag it into MapView?

I'm trying to develop a photo geotagging app. How do I extract GPS information from geotagged photos, so that i can Tag it into MapView? Photos are geotagged, which meth开发者_StackOverflow社区ods and classes should I call to retrieve the information?

Please do tell me if the my question is not clear.

Thanks in advance :)


You need to use a library that can read EXIF information. Android comes with one: android.media.ExifInterface. Documentation here.

0

精彩评论

暂无评论...
验证码 换一张
取 消