This property refers to latitude in minutes where the image was taken. This is the denominator.
[Visual Basic] Public ReadOnly Property
LatitudeM1 As Integer
[C#] public int LatitudeM1 {get;}
Property Value
LatitudeM0 is the latitude in minutes where the image was taken. This is the numerator.
LatitudeM1 is the latitude in minutes where the image was taken. This is the denominator.
The latitude in minutes = LatitudeM0 / LatitudeM1
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.