您可以在https://router.hereapi.com/上查看收费成本计算器吗?像这样的请求会为 TOLL COLLECT GMBH 系统生成错误的答案:
https://router.hereapi.com/v8/routes?transportMode=truck&origin=52.0468,7.46993&destination=49.79094,23.933&via=50.77815527465925,17.536394134176792!passThrough=true&return=polyline,tolls,summary,routeHandle,passthrough,incidents&routingMode=fast&alternatives=3¤cy=EUR&units=metric&departureTime=any&avoid%5Bfeatures%5D=seasonalClosure&truck%5Btype%5D=tractor&truck%5Blength%5D=1650&truck%5Bwidth%5D=255&truck%5Bheight%5D=373&truck%5BgrossWeight%5D=38000&truck%5BweightPerAxle%5D=11500&truck%5BaxleCount%5D=5&truck%5BtrailerCount%5D=1&spans=incidents,length,duration,countryCode,routeNumbers,speedLimit,dynamicSpeedInfo,notices&apiKey={API KEY}
这里的回复不正确:
{“id”:“4f374617-8b22-47c5-9216-f53204dbb610”,“名称”:“TOLL COLLECT GMBH”,“价格”:{“类型”:“价值”,“货币”:“欧元”,“价值": 126.89 }, "convertedPrice": { "type": "value", "currency": "EUR", "value": 126.89 }, "reason": "toll", }, { "id": "9d89f44a -31a0-4647-8cb4-c101d4c42a9e", "name": "TOLL COLLECT GMBH", "price": { "type": "value", "currency": "EUR", "value": 129.51 }, "convertedPrice ": { "type": "value", "currency": "EUR", "value": 129.51 }, "reason": "toll", }
我们查看了 PTV 服务 - 收费是正确的
荷兰EuroVignette 系统存在一些问题。它总是增加 1327 欧元的道路费用!
{“id”:“4f065acc-ec64-44b7-953e-35bebeb5723b”,“名称”:“EUROVIGNETTE 荷兰”,“价格”:{“类型”:“价值”,“货币”:“欧元”,“价值” : 12 }, "convertedPrice": { "type": "value", "currency": "EUR", "value": 12 }, "reason": "toll", "paymentMethods": [ "passSubscription" ] } ,{“id”:“343b87bb-0d69-4ae5-acc4-19ff6d74747e”,“名称”:“EUROVIGNETTE NETHERLANDS”,“价格”:{“类型”:“价值”,“货币”:“欧元”,“价值": 35 }, "convertedPrice": { "type": "value", "currency": "EUR", "value": 35 },“原因”:“toll”,“paymentMethods”:[“passSubscription”]},{“id”:“bc544d4d-2e88-4038-9af3-60a2d6ec8950”,“名称”:“EUROVIGNETTE NETHERLANDS”,“价格”:{ “类型”:“价值”,“货币”:“欧元”,“价值”:132 },“convertedPrice”:{ “类型”:“价值”,“货币”:“欧元”,“价值”:132 } ,“原因”:“toll”,“paymentMethods”:[“passSubscription”]},{“id”:“2ee0aab2-54ff-47d7-81bc-b4ce5dbbc8e6”,“名称”:“EUROVIGNETTE NETHERLANDS”,“价格”: { "type": "value", "currency": "EUR", "value": 1327 }, "convertedPrice":{ "type": "value", "currency": "EUR", "value": 1327 }, "reason": "toll", "paymentMethods": ["passSubscription" ] }
https://router.hereapi.com/v8/routes?transportMode=truck&origin=52.77618568896171,6.108792965356226&destination=50.819818262156545,11.099907604121428&return=polyline,tolls,summary,routeHandle,passthrough,incidents&routingMode=fast&alternatives=3¤cy=EUR&units=metric&departureTime=any&avoid%5Bfeatures%5D=seasonalClosure&truck%5Btype%5D=tractor&truck%5Blength%5D=1650&truck%5Bwidth%5D=255&truck%5Bheight%5D=373&truck%5BgrossWeight%5D=38000&truck%5BweightPerAxle%5D=11500&truck%5BaxleCount%5D=5&truck%5BtrailerCount%5D=1&spans=incidents,length,duration,countryCode,routeNumbers,speedLimit,dynamicSpeedInfo,notices&apiKey={API KEY}
你能检查一下吗?