gps_dest_latitude_ref property

gps_dest_latitude_ref property

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

Definition:

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

See Also