status property

status property

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

Definition:

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

See Also