dest_distance property

dest_distance property

Gets or sets the GPS distance to the destination point.

Definition:

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

See Also