TrackingQualityController class abstract interface

Coordinate-free quality diagnostics for recorded routes.

Summaries report accepted/rejected counts, visible gaps, lifecycle boundaries, freshness, and uncertainty percentiles without returning raw coordinates.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
trackQualitySummary(String trackId) Future<TrackingQualitySummary>
tripQualitySummary(String tripId) Future<TrackingQualitySummary>

Operators

operator ==(Object other) bool
The equality operator.
inherited