Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在给定特定街道地址的情况下,使用谷歌地图 API 是否可以通过编程方式找到最近的十字路口?
不幸的是,Google Maps API 没有提供从特定街道地址或坐标找到最近的交叉路口的方法。您可能需要查看以下帖子以进一步阅读:
也许这种方法可能很有趣:
GStreetviewClient.getNearestPanorama(a,b,c)
GStreetviewClient.getNearestPanoramaLatLng(a,b,c)