area_information property

area_information property

Gets or sets the character string recording the name of the GPS area. The first byte indicates the character code used, and this is followed by the name of the GPS area.

Definition:

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

See Also