Const
Specifies the preset tuning profile for the Kalman filter used in location denoising.
Each profile adjusts the Kalman filter’s process and measurement noise parameters, trading off between responsiveness and smoothness:
defaultProfile
aggressive
conservative
This maps directly to native Kalman tuning implementations on both Android and iOS.
Readonly
Balanced for general-purpose movement (default).
Aggressive — responds faster to motion with less smoothing.
Conservative — maximum smoothing, slower reaction to change.
Specifies the preset tuning profile for the Kalman filter used in location denoising.
Each profile adjusts the Kalman filter’s process and measurement noise parameters, trading off between responsiveness and smoothness:
defaultProfileaggressiveconservativedefaultProfileis applied.aggressivefor fast-changing activities requiring rapid updates.conservativewhen stability and track smoothness are more important than immediate responsiveness.This maps directly to native Kalman tuning implementations on both Android and iOS.