dest_latitude_ref property

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

Definition:

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

See Also