http://maps.googleapis.com/maps/api/distancematrix/xml?origins=PLACE,ZIPCODE&destinations=PLACE,ZIPCODE&sensor=false
我需要通过地名和邮政编码得到两个地方之间的距离。但是当我传递以"逗号"分隔的参数时,它不起作用。如何传递这两个参数?
使用+分隔地名和邮政编码:
http://maps.googleapis.com/maps/api/distancematrix/xml?origins=NEW+YORK+11535&destinations=WASHINGTON+20544&sensor=false
也可以只给出邮政编码:
https://maps.googleapis.com/maps/api/distancematrix/json?units=imperial&起源= 38017 | 85353,目的地= 94109 | 33128 | 95117,关键= YOUR_API_KEY