processing_method property

processing_method property

Gets or sets a character string recording the name of the method used for location finding. The first byte indicates the character code used, and this is followed by the name of the method.

Definition:

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

See Also