gps_processing_method property

gps_processing_method property

Gets or sets the GPS character string recording the name of the method used for location finding.

Definition:

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

See Also