gps_dest_distance_ref property

gps_dest_distance_ref property

Gets or sets the GPS unit used to express the distance to the destination point.

Definition:

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

See Also