isPredictionSpoofingCleanerEnabled static method

bool isPredictionSpoofingCleanerEnabled()

Returns the current value of the process-wide setting for prediction-based GNSS spoofing filtering. The setting is true by default.

Implementation

static core.bool isPredictionSpoofingCleanerEnabled() {
  return _isPredictionSpoofingCleanerEnabled();
}