dest_bearing property

dest_bearing property

Gets or sets the GPS bearing to the destination point. The range of values is from 0.00 to 359.99.

Definition:

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

See Also