In Big Sur Finder > Get Info:
Finder window Column or Gallery view:
exiftool in degrees:
exiftool -a -G1 -s -ee '-*GPS*' 1967-1019-1200-09.jpg
[GPS] GPSVersionID : 2.3.0.0
[GPS] GPSLatitudeRef : North
[GPS] GPSLatitude : 29 deg 51' 1.44"
[GPS] GPSLongitudeRef : East
[GPS] GPSLongitude : 31 deg 13' 17.04"
[Composite] GPSLatitude : 29 deg 51' 1.44" N
[Composite] GPSLongitude : 31 deg 13' 17.04" E
[Composite] GPSPosition : 29 deg 51' 1.44" N, 31 deg 13' 17.04" E
exiftool in decimals (I prefer this because Google Maps readily accepts '29.8504 31.2214' for paste):
exiftool -a -G1 -s -n -ee '-*GPS*' 1967-1019-1200-09.jpg
[GPS] GPSVersionID : 2 3 0 0
[GPS] GPSLatitudeRef : N
[GPS] GPSLatitude : 29.8504
[GPS] GPSLongitudeRef : E
[GPS] GPSLongitude : 31.2214
[Composite] GPSLatitude : 29.8504
[Composite] GPSLongitude : 31.2214
[Composite] GPSPosition : 29.8504 31.2214
p.s. Notice that Big Sur Photos XMP sidecar has an export error in western and southern locations:
https://discussions.apple.com/thread/252258329