gps_latitude property

gps_latitude property

Gets or sets the GPS latitude.

Definition:

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

See Also