使用车队的挪威通行费和通行费计算 API

tollPass and toll calculation in Norway using the fleet API

我正在使用 https://fleet.ls.hereapi.com/2/calculateroute.json 来计算挪威的一条路线,包括通行费。这是工作。但是,挪威有通行费AutoPASS,我无法得到使用这个参数的计算。

我试过: ...&tollpass=自动通行证 ...&tollpass=年度,AutoPASS,EasyGO ...&tollpass=Senior_Pass,transponder,Annual,Nr_of_Days,Nr_of_Months,SunPass,E-Z Pass,AutoPASS,EasyGo

我得到 91 欧元,如果在通行证中设置转发器,我得到 88 欧元。 使用这个:https://www.fjellinjen.no/privat/bompengekalkulator/ 我可以看到,如果没有通行证,费用是 962 挪威克朗,相当于 91 欧元。通行费为 446 挪威克朗,相当于 42 欧元。

使用 Norwegian AutoPASS 如何计算通行费?

我已经从以下 link 中删除了我的 API 密钥: https://fleet.ls.hereapi.com/2/calculateroute.json?waypoint0=59.08597,11.24958&waypoint1=59.94091,10.97901&waypoint2=59.08597,11.24958&rollups=none,country;tollsys&mode=fastest;truck;traffic:disabled&length=17m&commercial=1&limitedWeight=40t&height=4m&currency=EUR&tollVehicleType=3&trailerType=2&trailersCount=1&vehicleNumberAxles=3&trailerNumberAxles=2&tollPass=AutoPASS

以下请求正在使用 tollPass=AutoPass,我们得到 44.92 欧元:

https://fleet.ls.hereapi.com/2/calculateroute.json?waypoint0=59.08597,11.24958&waypoint1=59.94091,10.97901&waypoint2=59.08597,11.24958&rollups=none,country;tollsys&mode=fastest;truck;traffic:disabled&length=17m&commercial=1&limitedWeight=40t&height=4m&currency=EUR&tollVehicleType=3&trailerType=2&trailersCount=1&vehicleNumberAxles=3&trailerNumberAxles=2&tollPass=AutoPass