Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用以下网址获取路线
http://maps.googleapis.com/maps/api/directions/json?origin=17.4444,78.4666&destination=17.4393,78.4056&units=imperial&alternatives=true&sensor=false
正如我们在谷歌地图上看到的那样,我需要显示两个目的地之间的多条路径。所以问题是,当我首先请求时,当我更改目的地时,我得到了不止一条路线作为响应,它只提供一条路线。
请帮忙。