lehn0058
lehn0058

Reputation: 20237

Is it possible to read a geotag from a photo for use in google maps API?

I am trying to see if it is possible to read a geotag from a photo using javascript. I would specifically like to do this for use in the google maps API. I know this is probably done on the server side most of the time, but I would like to know if it is possible.

Upvotes: 2

Views: 1309

Answers (1)

onon15
onon15

Reputation: 3630

Geotag data is stored as long/lat in the EXIF, and there is a client-side implementation of exif parser.

Upvotes: 5

Related Questions