This property refers to latitude in minutes where the image was taken. This is the numerator.
[Visual Basic] Public ReadOnly Property
LatitudeM0 As Integer
[C#] public int LatitudeM0 {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.
See Also
ImageKit.File.Exif Members | Newtone.ImageKit.Win.ImageKit