|
Some digital cameras record GPS coordinates as an Exif tag in the pictures they take. This is especially true for cameras in smart phones like iPhones and Android based phones.
The Country, City, and State tags use the GPS coordinates to lookup a textual representation of where the picture was taken in an online database containing more than 90,000 cities. A functioning internet connection is needed to use this functionality.
| <GPS Country> |
The country in which the picture was taken. |
| <GPS City> |
The nearest city to where the picture was taken. |
| <GPS State> |
The state in which the picture was taken. For countries outside the US this value might be blank or contain a region instead. |
| <GPS Lat> |
The GPS latitude as a decimal number with four significant decimals. |
| <GPS Lat Deg> |
The degrees of the latitude. |
| <GPS Lat Min> |
The minutes of the latitude. |
| <GPS Lat Sec> |
The seconds of the latitude. |
| <GPS Lng> |
The GPS longitude as a decimal number with four significant decimals. |
| <GPS Lng Deg> |
The degrees of the longitude. |
| <GPS Lng Min> |
The minutes of the longitude. |
| <GPS Lng Sec> |
The seconds of the longitude. |
| <GPS Alt> |
GPS altitude. |
|