bigflood / dartexif

Dart package to decode Exif data from tiff, jpeg and heic files
https://pub.dev/packages/exif
MIT License
31 stars 30 forks source link

GPS GPSLatitude and GPS GPSLongitude not getting the actual lat lng data from image for Android 13 #44

Open RafatMeraz opened 1 year ago

RafatMeraz commented 1 year ago

For few days, I am not getting any latitude and longitude data from picked image from Gallery. Though its contained the geo latlng, but after checking in exif it's showing [0/0, 0/0, 0/0] as value.

"GPS GPSLatitude" -> [0/0, 0/0, 0/0] "GPS GPSLongitude" -> [0/0, 0/0, 0/0]

abhlabs commented 1 year ago

See issue #40 -- maybe my reply to my own post helps?

svoza10 commented 1 year ago

I have the same problem. My photos have geolocation on Google Photos, but if I want to import the image to app from the gallery. I have zero exif data.