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

82,322

Solution 1

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.

Solution 2

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

enter image description here

Share:
82,322
void Adi
Author by

void Adi

Updated on July 13, 2022

Comments

  • void Adi
    void Adi almost 2 years

    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