How do I calculate if I am within a radius of x meters from a given GPS point?
Posted: Wed Sep 11, 2019 10:36 am
I need to determine if the unit has returned to its original position to calculate the elapsed time.
This has to be done with a certain generosity as it is completely impossible to return to exactly the same position as the starting point.
Therefore, I need to set up something similar to a geo fence and then see if the unit is within this barrier, then I am back to my starting position
I would appreciate if anyone could give an example of how this could be done.
///Peter
This has to be done with a certain generosity as it is completely impossible to return to exactly the same position as the starting point.
Therefore, I need to set up something similar to a geo fence and then see if the unit is within this barrier, then I am back to my starting position
I would appreciate if anyone could give an example of how this could be done.
///Peter