你好,来自阳光明媚的南非
我们正在使用 Google Geocode Webservices API 来获取街道地址的纬度/经度。这在使用一条街道时效果很好。有没有办法使用 Geocode Webservices API 在 Geocode HTTP 请求中指定第二条街道(相交街道)?
Example: http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,***+Intersecting+Street***,+Mountain+View,+CA&sensor=true_or_false
找到了一个可行的解决方案:
在相交的街道之前和之间分别使用“CORNER”和“AND”这两个词似乎可以得出预期的结果。未经广泛测试,使用后果自负。例子:
http://maps.googleapis.com/maps/api/geocode/json?address=CORNER%20Rooihuiskraal%20AND%20Ruimte,%20Centurion,%20Gauteng&sensor=false