Getting an intersection with Google Places/Geocoding API

后端 未结 7 1428
野性不改
野性不改 2020-12-29 10:58

I\'m trying to find the two closest streets to a point with the Google Places API (basically to indicate the closest intersection). However, any result will only ever return

7条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-29 11:53

    This is an old question, but I was searching for the same exact feature and Google brought me here.

    Apparently is now possible to search for crossroads by simply putting an ampersand between the two street names, like

    street name 1 & street name 2
    

    this technique works for me both with the Geocoding API and the Google Maps website.

提交回复
热议问题