Geotagging with Exiftool
Navigate to https://exiftool.org/ and read.
Download and install package
From command line, execute the following command:
exiftool -csv -filename -GPSLongitude -GPSLatitude -GPSAltitude -DateTimeOriginal -n -r /Path/To/Folder/With/Photos > /Path/To/OutputFile/Name_xyat.csv
This will loop through all the photos in the folder and write a .csv with the following columns
Longitude
Latitude
Altitude
Date & Time
Import this .csv file as a point dataset in QGIS/ArcGIS/ENVI/Python/R/Google Earth and overlay on map.