增加 Here Maps Fleet Telematics 中航路点的搜索半径 API

Increasing search radius for way points in Here Maps Fleet Telematics API

我经常收到错误 'Cannot match 52.19888/11.32296 onto a road link with 100.0m search radius'。在这些情况下,地点往往是距离最近的public道路确实有100多米的仓库。

这是一个示例查询:http://fleet.api.here.com/2/calculateroute.json?mode=fastest;truck;traffic:disabled&driver_cost=20&currency=EUR&rollups=total,country,tollsys,country;tollsys&commercial=1&shippedHazardousGoods=0&waypoint0=52.51,13.42&waypoint1=52.2787499,11.4330726&tollVehicleType=3&vehicle_cost=0.5&fuelType=Diesel&emissionType=6&length=1500cm&height=270cm&heightAbove1stAxle=120cm&vehicleWeight=7000kg&vehicleNumberAxles=2&trailerType=2&trailersCount=1&trailerNumberAxles=4&trailerHeight=270cm

有没有办法增加舰队远程信息处理中航路点的搜索半径API?我知道在路线 API 中是可能的,但找不到为舰队做到这一点的方法。

或者是否有其他方法可以绕过此错误消息并获得有效路线?对于这些计算,我不需要精确的逐向指示:与卡车行驶的实际路线相似的路线就足够了。

添加值为 1routeMatch 参数,这样您的 waypoints 将被视为 GPS 轨迹并且算法将 return 最可能的路线跟踪。