这里的机队远程信息处理(Colculaterouteapi)响应错误

发布于 2025-02-09 08:34:23 字数 1763 浏览 1 评论 0原文

在这里,机队远程信息处理API-

试图使用ColculAteroute API进行请求的响应错误: https:// https://fleet.ls.ls.ls.ls.ls.ls.ls.ls.ls.ls.ls.ls.ls.hereapi.com/2/2/2/calculculateroute.json? apikey =& mode =最快;卡车;交通:禁用&长度= 100& height = 100&容量= 100& deckiture = 2022-06-17T08:35:35:35:58&waypoint0 = -34.93522,138.53637&amp&amp& waypoint = -34.9255555555555555555555.-94.9255555555555555.-94.92555555555.-94.925 ,138.5998;开幕:2022-06-17T08:35:58;闭幕:2022-06-17T17:00:00:00:sort&amp& waypoint2 = -34.94613,138.58924;打开2022-06-17T17:00:00; sort& waypoint3 = -34.86227,138.58331;开放:2022-06-17T14:06:18;关闭:2022-2-06-06-17T17:00:00:00:00:00:00; sort&amp& waypoint& waypoint 4 = -34.935222222, 138.53637

但出现了波纹错误: “无法达到第4点(启动链接-777941868 777941868 DEST链接-777941868 777941868),最接近目的地的链接到达目的地:-777941868:-344.93523/138.53602

“ /Question/69272757/Hereapi-Cant-cant-reach-waypoints-要求“> HEREAPI-无法到达要求的航路点,我使用了& nighorewaypointPointPointDehiclertriction = 100000 & amp; traversegates; = true ,但遇到了相同的错误,这里无法对其进行计算。

是否有任何解决方案无错误地获得结果?

Here Fleet Telematics API - Response Error

Trying to use calculateroute api for the request:
https://fleet.ls.hereapi.com/2/calculateroute.json?apikey=&mode=fastest;truck;traffic:disabled&length=100&height=100&capacity=100&departure=2022-06-17T08:35:58&waypoint0=-34.93522,138.53637&waypoint1=-34.92585,138.5998;opening:2022-06-17T08:35:58;closing:2022-06-17T17:00:00;sort&waypoint2=-34.94613,138.58924;opening:2022-06-17T13:35:37;closing:2022-06-17T17:00:00;sort&waypoint3=-34.86227,138.58331;opening:2022-06-17T14:06:18;closing:2022-06-17T17:00:00;sort&waypoint4=-34.93522,138.53637

But got the bellow error:
"Couldn't reach way point 4 (start links -777941868 777941868 dest links -777941868 777941868 ), closest link to destination reached: -777941868 at -34.93523/138.53602"

Regarding the response HereAPI - Can't reach waypoints requested, I used &ignoreWaypointVehicleRestriction=100000 and &traverseGates=true but got the same error and Here is unable to calculate it.

Is there any solution for getting result without error?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

想挽留 2025-02-16 08:34:23

我们有一个称为“接近”的参数,您可以在文档中检查我们的API参考,此参数是由中心纬度,经度[WGS84度]和RADIUS [meter]指定的圆形搜索区域。

所有几何形状都重叠这个圆圈,将返回,首先按距离排序。示例:接近= 47.731,7.5549,100多个坐标对可以作为半分离的列表传递。对于每个人,搜索了layer_ids列表。如果每个坐标对都在不同的层中探索,则layer_ids包含(逗号分隔列表)层的半分隔列表。

此参数将解决问题。
https://develicer.here.here.here.er.com/documentation/documentation/fleet-telematics/ api reference.html

we have a parameter called "proximity" you can check in our API Reference in the documentation, this parameter is a circular search area specified by center latitude, longitude [WGS84 degrees], and radius [meter].

All geometries overlapping this circle will be returned, sorted by distance, closest first. Example: proximity=47.731,7.5549,100 Multiple coordinate pairs can be passed as a semicolon-separated list. For each of them, the layer_ids list is searched. If each coordinate pair is explored in a different set of layers, layer_ids contains a semicolon-separated list of (comma-separated list of) layers.

This parameter will do the trick.
https://developer.here.com/documentation/fleet-telematics/api-reference.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文