mobile
mobile copied to clipboard
When streaming GPS, signal can jump all over the place
We also noticed this, especially in mountain areas. Shouldn't streaming use only GPS location points that are within accuracy threshold? Comparing with some other solutions - it would be useful to have some sound warning when this happens. Users don't focus on app so much when using streaming...

We can either fix it programmatically to smooth the data (https://en.wikipedia.org/wiki/Kalman_filter & https://stackoverflow.com/questions/1134579/smooth-gps-data) or add a threshold to ignore points outside certain accuracy.