criticalmaps / criticalmaps-ios

Critical Maps iOS App 🚲✊
http://www.criticalmaps.net
MIT License
289 stars 42 forks source link

increase distance filter location update #483

Closed mltbnz closed 1 year ago

mltbnz commented 1 year ago

📲 What

Update Location Features distanceFilter to only publish a new location if users have moved 200 metres

🤔 Why

To reduce sending locations too often. For a ride of 20km it means: 20.000 / 200 = 100 updates for a user per ride

There is some uncertainty around gps position since it might jump a bit where there maybe a timer would be the better option.