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.
Asked
Active
Viewed 89 times
-1

Dilip
- 2,271
- 5
- 32
- 52
1 Answers
0
You can use Places API with place type
link

Ankit Aman
- 999
- 6
- 15
-
This gonna show based on current location, I want to get it based on source and destination i.e. there would be two lat, lng – Dilip Dec 27 '20 at 15:21
-
just replace the location={lat, long} with your current lat long. – Ankit Aman Dec 27 '20 at 15:24