Understand GPS coordinate and altitude data
mainIn Exif data, full GPS information is split into two tags for each direction:
- Coordinate value:
GPSLatitudeorGPSLongitude. - Reference value:
GPSLatitudeReforGPSLongitudeRef.
You must use the reference values to determine if the coordinate is North/South or East/West.
Altitude:
GPSAltitude: The coordinate value.GPSAltitudeRef: Specifies if the altitude is above sea level (positive) or below sea level (negative).
Note: If you prefer pre-calculated values, refer to the GPS section of the documentation.