dest_longitude_ref property

dest_longitude_ref 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.

Definition:

@property
def dest_longitude_ref(self):
    ...
@dest_longitude_ref.setter
def dest_longitude_ref(self, value):
    ...

See Also