gps_status property

gps_status property

Gets or sets the status of the GPS receiver when the image is recorded.

Definition:

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

See Also