cordova - How to get image's GPS location information using camera plugin? -


i using apache cordova camera plugin picture camera or phone album. , want image's gps location information through metadata(exif). try cordova plugin or javascript function, not working. camera plugin stripping image metadata(exif)? or have way gps location information?

thank you.

have @ geolocation plugin. current position use:

navigator.geolocation.getcurrentposition(geolocationsuccess,                                      [geolocationerror],                                      [geolocationoptions]); 

also notice ios info plugin.


Comments