1

i have an app in which you upload a photo to a database, i was wondering if it is possible to upload coordinates of where the image has been captured, is this done as standard with every picture taken? will it be as simple as getting the data and posting it along with the rest of the data i am sending

Thanks

James

1 Answer 1

3

The standard Android camera app geotags a picture IF the user has explicitly enabled this feature (it's disabled by default).

In case of JPEG files, the coordinates are embedded in the EXIF data. You can use Android's ExifInterface to inject/extract that information.

Sign up to request clarification or add additional context in comments.

1 Comment

No problem! Please remember to accept answers so both you and the answerer get rep points.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.