1

我想使用 GPS 坐标而不是链接 ID 来获取预定路线的通行费。我想使用这个请求,因为我有司机已经走的路线:

https://tce.api.here.com/2/tollcost.json
?app_id={YOUR_APP_ID}
&app_code={YOUR_APP_CODE}
&tollVehicleType=3
&vehicleNumberAxles=2
&emissionType=6
&height=3.5m
&vehicleWeight=10.0t
&limitedWeight=10.0t
&passengersCount=1
&tiresCount=8
&route=748873330,50;68614309,40;17357322,30;748938713,20;76719821,10;17357323,0
&detail=1

在路线部分;如何仅使用 GPS 坐标?

4

1 回答 1

0

使用 Toll Cost Extension API,您只能为路由参数指定链接 ID。您可能希望使用 Fleet Telematics API,它可以让您在计算通行费时更加灵活。

https://developer.here.com/documentation/fleet-telematics/dev_guide/topics/calculation-considerations.html

于 2019-10-15T08:11:36.350 回答