R ringmyr Member Licensed User Longtime User May 15, 2012 #1 hello working on a gps program / treasure hunt app and I have set out some GPS points. now the question. how do I calculate the closest point, so it comes up on the phone and it counts down to that point, when you start moving
hello working on a gps program / treasure hunt app and I have set out some GPS points. now the question. how do I calculate the closest point, so it comes up on the phone and it counts down to that point, when you start moving
R ringmyr Member Licensed User Longtime User May 15, 2012 #3 NJDude said: Take a look at THIS post. Click to expand... yes i have. but i cant get it, if i have more a 2 points? Upvote 0
NJDude said: Take a look at THIS post. Click to expand... yes i have. but i cant get it, if i have more a 2 points?
Erel B4X founder Staff member Licensed User Longtime User May 16, 2012 #4 If there aren't too many points then you can calculate the distance from the current point to each other point and show the closest one. Upvote 0
If there aren't too many points then you can calculate the distance from the current point to each other point and show the closest one.