Is there a way to find the nearest cross streets for an address?

女生的网名这么多〃 提交于 2019-12-30 03:09:06

问题


Using the google maps API is there a way to programmatically find the nearest cross streets, given a particular street address?


回答1:


Unfortunately the Google Maps API does not provide methods to find the nearest intersection from a particular street address or coordinate. You may want to check the following posts for further reading:

  • Stack Overflow: How can I find the nearest intersection via the Google Maps API?
  • Google Groups: Find nearest intersection
  • Google Groups: Find nearest intersection to a given address
  • Google Groups: Another approach to find nearest intersection to the address



回答2:


maybe this methods could be of interest:

GStreetviewClient.getNearestPanorama(a,b,c)

GStreetviewClient.getNearestPanoramaLatLng(a,b,c)



来源:https://stackoverflow.com/questions/2611548/is-there-a-way-to-find-the-nearest-cross-streets-for-an-address

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