DestLongitudeRef

ExifGpsPackage.DestLongitudeRef property

Gets or sets the GPS value which indicates whether the longitude of the destination point is east or west longitude. ASCII ‘E’ indicates east longitude, and ‘W’ is west longitude.

public string DestLongitudeRef { get; set; }

Property Value

The GPS value which indicates whether the longitude of the destination point is east or west longitude.

See Also