在此处获取 tce 的道路成本 api
Get cost of road in tce here api
我用的是tce routing api http://route.cit.api.here.com/routing/7.2/calculateroute.json,我怎样才能得到路费?我的路线是可拖动的,我不明白如何获得路线的成本。当我使用 6.2 版本时,我发送了参数 rollup=none,country;tollsys
,但在 7.2 中该参数不起作用。
感谢帮助。
这些功能现已成为 Fleet Telematics API. The endpoint you are looking for is https://fleet.api.here.com/2/calculateroute.json 的一部分。这使您可以像使用路由 API 一样计算路线,但提供额外的功能,例如通行费计算、driver 休息时间等等。
您可以找到您的用例的相关文档 here。
我用的是tce routing api http://route.cit.api.here.com/routing/7.2/calculateroute.json,我怎样才能得到路费?我的路线是可拖动的,我不明白如何获得路线的成本。当我使用 6.2 版本时,我发送了参数 rollup=none,country;tollsys
,但在 7.2 中该参数不起作用。
感谢帮助。
这些功能现已成为 Fleet Telematics API. The endpoint you are looking for is https://fleet.api.here.com/2/calculateroute.json 的一部分。这使您可以像使用路由 API 一样计算路线,但提供额外的功能,例如通行费计算、driver 休息时间等等。
您可以找到您的用例的相关文档 here。