I am doing a project where I need to find the closest 10 markers from my current location On Google map in Android.
Is there any API or inbuilt function/class that displays these things?
I have little bit knowledge of Google Maps in Android.
I need to find 10 closest marked place on google map and its lat long and title in my list view…
Plz Plz Help me out.!
you need to use following method for finding distance between two geo points.
Here your first geo codes will be your current Position’s geo code and other geo points are the geo points you want to compare with , you need to run a loop for it.