How do i show places, in google maps api v3 and google places api, between two points?

久未见 提交于 2019-12-06 13:33:52

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!