gps_dest_latitude property

gps_dest_latitude property

Gets or sets the GPS latitude of the destination point.

Definition:

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

See Also