remoorejr / cordova-plugin-camera-with-exif

Cordova Camera Plugin that will return an image as well as the EXIF data (including GPS location) on iOS and Android devices.
Apache License 2.0
38 stars 53 forks source link

Return GPS coordinates in proper format #11

Open maximilianloy opened 8 years ago

pugwonk commented 8 years ago

I'm wondering whether the real fix would be to retain the existing values (for anyone who'd already worked around this oddity) but also to return the data in the same format as iOS (i.e. exif.GPS.Latutude etc).

maximilianloy commented 8 years ago

I agree. Returning it using the same field as iOS is probably ideal. Do you want me to update the PR or will you do it?