Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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

like image 754
void Adi Avatar asked Nov 08 '13 09:11

void Adi


People also ask

How do I mark a hospital on Google Maps?

Step 1: First, you need to open Google Maps on your Android phone or tablet. Step 2: Now tap Contribute and then Add a place. Step 3: Now choose an option, then follow the instructions onscreen.


2 Answers

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.

like image 107
Praveen Sharma Avatar answered Sep 22 '22 04:09

Praveen Sharma


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

like image 24
Md Imran Choudhury Avatar answered Sep 23 '22 04:09

Md Imran Choudhury