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
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.
Get places nearby your location using Google Place API. Know about Location Data also filter data with Place Type where you found the place to search, Places service, place autocomplete requests and deprecated types. Resource 1
Resource 2
I tried using the Google Current Place API but the results were limited to a few results and i could not change the radius around the current location. To get many results and to adjust the area radius around the current users location use the Places Search API.