BaseStationSettings class

Settings related to the base station

Constructors

BaseStationSettings({required double latitude, required double longitude, required double altitude, required double angleTolerance})
Const constructor for base station settings
const
BaseStationSettings.fromJson(Json? json)
Parses base station settings from json

Properties

altitude → double
The altitude of the base station in meters
final
angleTolerance → double
The angle tolerance in degrees
final
gpsCoordinates GpsCoordinates
The GPS coordinates of the base station
no setter
hashCode → int
The hash code for this object.
no setterinherited
latitude → double
The latitude of the base station
final
longitude → double
The longitude of the base station
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Json
Serializes the base station settings to a json map
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited