http://maps.googleapis.com/maps/api/distancematrix/xml?origins=PLACE,ZIPCODE&destinations=PLACE,ZIPCODE&sensor=false
我需要通过地名和邮政编码在两个地方之间找到距离。但是,当我传递由“逗号”分隔的参数时,它不起作用。如何传递这两个参数?
答案 0 :(得分:5)
使用+分隔地名和邮政编码:
http://maps.googleapis.com/maps/api/distancematrix/xml?origins=NEW+YORK+11535&destinations=WASHINGTON+20544&sensor=false
答案 1 :(得分:0)