Direction API - 同一路线的行程持续时间

时间:2017-07-11 22:27:32

标签: javascript api google-maps

Google Direction API返回最佳路线的行程持续时间, 而不是最好的可能有一个特定的路线?

1 个答案:

答案 0 :(得分:0)

使用alternatives参数(并将其设置为true ),以便获得多条/替代路线,每条路线都有自己的持续时间。

请参阅https://developers.google.com/maps/documentation/directions/intro#RequestParameters