drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.56k stars 480 forks source link

How do I read GPS Information #392

Closed d3bt3ch closed 5 years ago

d3bt3ch commented 5 years ago

How do I read GPS Information from file. Latitude and Longitude ?

drewnoakes commented 5 years ago

This code should help you:

https://github.com/drewnoakes/metadata-extractor/blob/a958e0b61b50e590731b3be1dca8df8e21ebd43c/Samples/com/drew/metadata/GeoTagMapBuilder.java#L78-L90

d3bt3ch commented 5 years ago

Thanks