1

How to show places nearby certain radius starting from every point of a route path between two points.

Kara
  • 6,115
  • 16
  • 50
  • 57

1 Answers1

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