How to display nearby places like ATM's, hospitals in Android Google Map?

void Adi picture void Adi · Nov 8, 2013 · Viewed 78.4k times · Source

How to display nearby places & place details like ATM's, Hospitals, Restaurants, etc. in Android Google Map

This is the link that I used:

Showing nearby places & place details using Google Places & Maps API

I'm able to fetch my current location but nearby places are not getting displayed. Neither am I getting any error in my logcat

Answer

Praveen Sharma picture Praveen Sharma · Nov 8, 2013

you can get places near by your location using Google Place API and for use of Place Api see this blog

hope this will help you.