hasSpeedAccuracy property

bool get hasSpeedAccuracy

Indicates whether speed accuracy data is available and valid.

Speed accuracy estimates help determine the reliability of speed measurements, particularly important for precise navigation applications.

Returns

  • true: Valid speed accuracy estimate is available
  • false: Speed accuracy data is missing

Implementation

bool get hasSpeedAccuracy;