This property refers to the latitude direction where the image was taken. (i.e. "N" or "S")
[Visual Basic] Public ReadOnly Property
Latitude As String
[C#] public string Latitude {get;}
Property Value
Latitude is the latitude direction where the image was taken. (i.e. "N" or "S")
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.