This property refers to latitude in degrees where the image was taken. This is the numerator.
[Visual Basic] Public ReadOnly Property
LatitudeD0 As Integer
[C#] public int LatitudeD0 {get;}
Property Value
LatitudeD0 is the latitude in degrees where the image was taken. This is the numerator.
LatitudeD1 is the latitude in degrees where the image was taken. This is the denominator.
The latitude in degrees = LatitudeD0 / LatitudeD1
Explanation
The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.
The property value is derived from the image tags related to the Exif GPS tag.