isAvaliable method

bool isAvaliable()

Implementation

bool isAvaliable() {
  return blh.latitude! > 0 && blh.longitude! > 0 && hRMS! < 100;
}