ResolvedTrackingAccuracy class final

Fully resolved sampling and validation values for an accuracy profile.

Constructors

ResolvedTrackingAccuracy({required Duration movingInterval, required int distanceFilterMeters, required TrackingAccuracy locationAccuracy, required Duration stationaryInterval, required int stationaryDistanceFilterMeters, required double maximumAcceptedAccuracyMeters})
const

Properties

distanceFilterMeters int
final
hashCode int
The hash code for this object.
no setteroverride
locationAccuracy TrackingAccuracy
final
maximumAcceptedAccuracyMeters double
final
movingInterval Duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stationaryDistanceFilterMeters int
final
stationaryInterval Duration
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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