img_direction property

img_direction property

Gets or sets the GPS direction of the image when it was captured. The range of values is from 0.00 to 359.99.

Definition:

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

See Also