I'm using Google Maps API v2 in Android Studio and picked up the base code as available and only implemented a few points on the map, using latitude and longitude of points (% w / w). I also added the function to locate the user on the map. Now I need the application to point out which of these points is closest to the user.
Would you have some function in the API itself to do this?
If not, what would be an alternative?