hasSpeed property

bool get hasSpeed

Indicates whether speed data is available and valid.

Speed calculations require sufficient GPS accuracy and may not be available when stationary or in poor signal conditions.

Returns

  • true: Valid speed measurement is available
  • false: Speed data is missing or unreliable

Implementation

bool get hasSpeed;