dest_latitude property

dest_latitude property

Gets or sets the GPS latitude of the destination point.

Definition:

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

See Also