【发布时间】:2013-11-30 06:26:15
【问题描述】:
我有一些以米为单位的纬度、经度和半径,我需要获取该半径内的所有道路名称...最近的道路我可以像这样http://maps.googleapis.com/maps/api/directions/json?origin=55.685025%2c21.118995&destination=55.685025%2c21.118995&sensor=false&mode=driving。它将位于routes[0].legs[0].start_location。但是200米内能走完所有的路吗?
我还发现了这个Google Maps: Given a point, how to find all points at a given road distance?,其中屏幕上的显示情况与我的差不多,但链接已损坏。
【问题讨论】:
标签: google-maps