Android – How to display nearby places like ATM’s, hospitals in Android Google Map

androidgoogle mapsgoogle-maps-android-api-2google-places-api

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

Best Answer

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.