How to get Latitude and Longitude information from picture

前端 未结 2 1596
南笙
南笙 2021-02-06 11:19

How to get latitude and longitude information from picture store in device or SD Card?

2条回答
  •  耶瑟儿~
    2021-02-06 11:43

    You can use the ExifInterface class to read various EXIF metadata from JPEGs:

    http://developer.android.com/reference/android/media/ExifInterface.html

提交回复
热议问题