DestLatitudeRef

ExifGpsPackage.DestLatitudeRef property

Gets or sets the GPS value which indicates whether the latitude of the destination point is north or south latitude. The ASCII value ‘N’ indicates north latitude, and ‘S’ is south latitude.

public string DestLatitudeRef { get; set; }

Property Value

The GPS value which indicates whether the latitude of the destination point is north or south latitude.

See Also