More realistic GPS simulation with consistent lateral offset
Current Behavior
The current simulated location provider follows route coordinates exactly, which doesn't reflect real-world GPS behavior. This makes it difficult to properly test route-snapping and other location-based features under realistic conditions.
Proposed Changes
Add support for simulated GPS inaccuracy by implementing consistent lateral offset from the route line.
More realistic GPS simulation with consistent lateral offset
Current Behavior
The current simulated location provider follows route coordinates exactly, which doesn't reflect real-world GPS behavior. This makes it difficult to properly test route-snapping and other location-based features under realistic conditions.
Proposed Changes
Add support for simulated GPS inaccuracy by implementing consistent lateral offset from the route line.
Closes #322.