toJson method
Serializes the base station settings to a json map
Implementation
Json toJson() => {
"latitude": latitude,
"longitude": longitude,
"altitude": altitude,
"angleTolerance": angleTolerance,
};
Serializes the base station settings to a json map
Json toJson() => {
"latitude": latitude,
"longitude": longitude,
"altitude": altitude,
"angleTolerance": angleTolerance,
};