D
Deleted member 103
Guest
Hi,
I have on a route specific GPS coordinate I must necessarily go. How can I check if I have reached the individual point while driving by car?
I know you can measure the distance with location1.distanceTo (location2) - but is not so safe. For example, if the point is after a curve, then the distance from point to point is less than the real distance.
Thanks in advance
I have on a route specific GPS coordinate I must necessarily go. How can I check if I have reached the individual point while driving by car?
I know you can measure the distance with location1.distanceTo (location2) - but is not so safe. For example, if the point is after a curve, then the distance from point to point is less than the real distance.
Thanks in advance