toJson method

Json toJson()

Serializes the base station settings to a json map

Implementation

Json toJson() => {
  "latitude": latitude,
  "longitude": longitude,
  "altitude": altitude,
  "angleTolerance": angleTolerance,
};