headingStabilizationThresholdInDegrees property

double headingStabilizationThresholdInDegrees

The heading stabilization threshold in degrees. Minimum angular change required before the heading signal updates. Values below this threshold are filtered out to reduce noise and jitter. Defaults to 5 degrees. Gets the heading stabilization threshold in degrees.

Implementation

double get headingStabilizationThresholdInDegrees;
void headingStabilizationThresholdInDegrees=(double value)

The heading stabilization threshold in degrees. Minimum angular change required before the heading signal updates. Values below this threshold are filtered out to reduce noise and jitter. Defaults to 5 degrees. Sets the heading stabilization threshold in degrees.

Implementation

set headingStabilizationThresholdInDegrees(double value);