9/ Exif standard specifies that the location be stored as longitude and latitude in DMS (degrees minutes seconds) format. So we need get the location info and turn it into decimal format.
Some exif libraries have the option to do this conversion for you.
10/ Now we pass the decimal coordinates to our geocoding API and get the location 🙌
#geoeducation