0

Im trying to create a mobile application which uses the camera and the output must be a photo with the details like Date , Time and location embedded on to the photo. So ill be needing the location services to be on during the app usage. Can someone help me out how to embed those details on to the photo as soon as the pic is clicked ?

Apuroop
  • 116
  • 1
  • 3

1 Answers1

0

If location is enabled then the EXIF for the photo will contain GPS information, so your only job is to retrieve it and draw it on top of the image.

Diego Torres Milano
  • 65,697
  • 9
  • 111
  • 134
  • Can you help me with the code 1)how to get the EXIF and 2)Draw it on top of the image ? I'm not able to dynamically get the data for new Photos . – Apuroop Oct 26 '16 at 21:23