Fix 到偏航投影

sequenceDiagram
participant S as Route Store
participant G as LocationService
participant UI as GPS Runtime
participant P as Deviation Logic
UI->>S: route
G-->>UI: fix
UI->>P: distance to segments
P->>P: hysteresis
P-->>UI: state + distance

Deviation Logic 当前仍由 UI runtime 持有。