Declaration
procedure IEGPSConvertDegDecToDMS(const dir: AnsiString; value: Double; var degrees: Double; var minutes: Double; var seconds: Double; var ref: AnsiString);
Description
Convert a decimal GPS value to Degrees, Minutes, Seconds and Reference.
When converting a latitude value, ref must be 'SN'.
When converting a longitude value, ref must be 'WE'.
See Also
◼IEGPSConvertDMSToDegDec◼EXIF_GPSLatitude◼EXIF_GPSLatitude_Str◼EXIF_GPSLongitude◼EXIF_GPSLongitude_Str