map_datum property

map_datum property

Gets or sets the geodetic survey data used by the GPS receiver.

Definition:

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

See Also