gps_dest_distance property

gps_dest_distance property

Gets or sets the GPS distance to the destination point.

Definition:

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

See Also