How to show places nearby certain radius starting from every point of a route path between two points.
Asked
Active
Viewed 2,054 times
1 Answers
1
You can't.
- The Places API will return at most 60 results in groups of 20.
- There is an infinite number of points along a route.
You can investigate the RouteBoxer, but to do what you want you will need a source of data besides the Places API.

geocodezip
- 158,664
- 13
- 220
- 245
-
Do you know are there any ports of RouteBoxer to other languages other than javascript, e.g. Swift? – Dmitry Jun 01 '15 at 19:20