gps_dest_longitude_ref property

gps_dest_longitude_ref property

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

Definition:

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

See Also