0
我注意到當使用Google Directions API網絡服務時,當請求包含多於一條腿時,響應不包括在交通信息中的持續時間。在1個請求中,流量的持續時間出現在響應中。爲什麼是這樣?Google Directions API時間流量
https://maps.googleapis.com/maps/api/directions/json?origin=50.7963874022473,-1.12215042114258&destination=50.8525337185711,-1.17932204157114&waypoints=50.7921245679458,-1.13072438976753&mode=driving&departure_time=1452940200&traffic_model=pessimistic&units=imperial&key=myKey
在上述請求中的流量,但在下面的請求
https://maps.googleapis.com/maps/api/directions/json?origin=50.7963874022473,-1.12215042114258&destination=50.8525337185711,-1.17932204157114&mode=driving&departure_time=1452940200&traffic_model=pessimistic&units=imperial&key=myApi
的持續時間在流量是本沒有持續時間。