gps_tags property

gps_tags property

Gets or sets tags, which belong to GPS section only.

Definition:

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

See Also