SumeetHindinkeri opened a new issue #615:
URL: https://github.com/apache/cordova-plugin-camera/issues/615


   I want to know if it really supports to get gps(lat,long) from image when 
the image is clicked. I have following code is it possible to get gps data from 
image with following code use:
   
       const cameraOptions: CameraOptions = {
         sourceType: this.camera.PictureSourceType.CAMERA,
         destinationType: this.camera.DestinationType.FILE_URI,
         quality: 50,
         encodingType: this.camera.EncodingType.JPEG,
         correctOrientation: true,
         saveToPhotoAlbum: true,
         mediaType: this.camera.MediaType.PICTURE,
         targetWidth: 1000,
         targetHeight: 1000
       }
   
       this.camera.getPicture(cameraOptions).then(fileUrl => {});
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to