-1

I am trying to display a list of ATM in my route(source & destination). I know there is a placeAPI to get nearby ATM but I wanna get list of ATM in my route and I have not been able to get it based on my source and destination. Is there any API or trick to achieve this? Any suggestions/answer would be highly appreciated. Thanks in Advance.

Dilip
  • 2,271
  • 5
  • 32
  • 52

1 Answers1

0

You can use Places API with place type link

https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=-33.8670522,151.1957362&radius=1500&type=atm&key=YOUR_API_KEY

Ankit Aman
  • 999
  • 6
  • 15