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.

Always false on web, as the browser Geolocation API does not report a speed accuracy.

Returns

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

Implementation

bool get hasSpeedAccuracy;