I have list of location address. from my current location, i need to get the nearest place and have to show it on map. How can i get nearest place from my current location. Firs
First get your current location Lattitude & Longitude, then get Lattitude & Longitude of each locations you have and find out distance of each place from your current location using distanceTo method of Location class and after that find out least distance from your list.