How to display nearby places like ATM's, hospi

2020-02-16 06:49发布

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

3条回答
Rolldiameter
2楼-- · 2020-02-16 07:40

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.

查看更多
三岁会撩人
3楼-- · 2020-02-16 07:42

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

查看更多
该账号已被封号
4楼-- · 2020-02-16 07:47

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.

查看更多
登录 后发表回答