cloudacy / native_exif

A simple EXIF metadata reader/writer for Flutter.
MIT License
16 stars 17 forks source link

GPSImgDirection and GPSHPositioningError tag is not found in Android #16

Open tajquanghuy opened 1 year ago

tajquanghuy commented 1 year ago

I see all relevant fields are private for the exif interface, NativeExifPlugin hasn't two tags is GPSImgDirection and GPSHPositioningError which is found in IOS. Please add them to NativeExifPlugin of Android that will help me collect more data of GPS. Thanks!

p-kuen commented 1 year ago

The tags are defined in android/src/main/kotlin/com/cloudacy/native_exif/NativeExifPlugin.kt

You are free to open a PR for adding more tags.

tajquanghuy commented 1 year ago

I don't have permission to push to this repo. It's always take error "remote: Permission to cloudacy/native_exif.git denied to tajquanghuy". Please check it for me, bro. Thank you.