dest_distance_ref property

dest_distance_ref property

Gets or sets the GPS unit used to express the distance to the destination point. ‘K’, ‘M’ and ‘N’ represent kilometers, miles and knots.

Definition:

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

See Also