aggressive constant

AdaptiveTrackingConfig const aggressive

Aggressive preset - maximum battery savings.

Implementation

static const AdaptiveTrackingConfig aggressive = AdaptiveTrackingConfig(
  enabled: true,
  speedTiers: SpeedTiers.conservative,
  batteryThresholds: BatteryThresholds.conservative,
  activityOptimization: true,
  stationaryGpsOff: true,
  stationaryDelay: Duration(seconds: 15),
  minAccuracyMeters: 150,
  filterDuplicates: true,
  duplicateDistanceMeters: 10,
  geofenceOptimization: true,
  smartHeartbeat: true,
  maxHeartbeatInterval: Duration(minutes: 30),
);