img_direction_ref property

img_direction_ref property

Gets or sets the GPS reference for giving the direction of the image when it is captured. ‘T’ denotes true direction and ‘M’ is magnetic direction.

Definition:

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

See Also