HERE API-预先确定的路费成本

时间:2019-10-15 03:33:02

标签: gps here-api here-maps-rest

我想使用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坐标?

1 个答案:

答案 0 :(得分:0)

使用Toll Cost Extension API,您只能指定route参数的链接ID。您可能需要使用Fleet Telematics API,该API在通行费计算中提供了更大的灵活性。

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