hasCourseAccuracy property

bool get hasCourseAccuracy

Indicates whether course accuracy data is available and valid.

Course accuracy estimates help determine the reliability of heading measurements, important for navigation and orientation applications.

Returns

  • true: Valid course accuracy estimate is available
  • false: Course accuracy data is missing

Implementation

bool get hasCourseAccuracy;