Doubt about capturing points #344
fabriciosautner
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I didn't find it in the documentation and here at ISSUES I found scattered answers.
Can you explain better how the point capture routine works with distanceFilter and/or with interval? For example: who has priority over whom.
To help, my questions are:
-> If I have distanceFilter: 3 and interval:2000, then it doesn't matter if it arrives in 2 seconds, if the distance of the last captured point is less than 3 meters, no point will be captured, right?
-> If I set distanceFilter: 0 and interval: 2000, then every 2 seconds a GPS point will be taken.
-> At higher speeds could I get less GPS points? Ex: at 30 km/h get GPS points every 20 meters.
Thank you in advance for your attention.
Beta Was this translation helpful? Give feedback.
All reactions