dest_bearing_ref property

dest_bearing_ref property

Gets or sets the GPS reference used for giving the bearing to the destination point. ‘T’ denotes true direction and ‘M’ is magnetic direction.

Definition:

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

See Also