It\'s quite easy setting the GPS coordinates using the GPSLatitude and GPSLatitude properties Assign method, but reading the coords has me stumped. I\'ve trying to access th
Easy way to extract GPS information as a string:
string
var myLat, myLong : string; ... myLat := myJpeg.ExifData.GPSLatitude.AsString ; myLong := myJpeg.ExifData.GPSLongitude.AsString ;