D Disco Member Licensed User Longtime User Feb 19, 2013 #1 With the Google Maps Android v2 library how would one go about determining if a given point is within say a 1km radius of another point? Just curious as to how this would be implemented with this library. Thanks!
With the Google Maps Android v2 library how would one go about determining if a given point is within say a 1km radius of another point? Just curious as to how this would be implemented with this library. Thanks!
Erel B4X founder Staff member Licensed User Longtime User Feb 20, 2013 #2 You can use the Location object from the GPS library to calculate the distance between two points. Upvote 0