bigflood / dartexif

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

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

Open RafatMeraz opened 11 months ago

RafatMeraz commented 11 months 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 11 months ago

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

svoza10 commented 11 months 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.