问题
How to show places nearby certain radius starting from every point of a route path between two points.
回答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.
来源:https://stackoverflow.com/questions/13753674/how-do-i-show-places-in-google-maps-api-v3-and-google-places-api-between-two-p