hasCourse property

bool get hasCourse

Indicates whether course (heading) data is available and valid.

Course calculations require movement and sufficient GPS accuracy. Course data may not be available when stationary or moving very slowly.

Returns

  • true: Valid course/heading measurement is available
  • false: Course data is missing or unreliable

Implementation

bool get hasCourse;