首页 > 解决方案 > 如何路由 600 个航点?

问题描述

IM 使用免费版本 6 API,据我所知,我不能发送超过 120 个没有流量和 50 个有流量,我认为这是因为我必须在 URL 中发送航点列表。有没有办法发送 600 个航点来获取路线?谢谢

标签: routeshere-apihere-maps-rest

解决方案


如果您已经知道中间停止的顺序/顺序(即您知道您的车辆必须首先停止到航点 A,然后再到航点 B,等等),您可以将您的请求以线性方式分解为多个连续的请求。

如果您不知道航点的顺序,那么Waypoints SequenceFleet Telematics API 的端点将起到作用https://developer.here.com/documentation/routing-waypoints/dev_guide/topics/quick-start-simple- car.html 但在这种情况下,没有办法避免航点的限制:The maximum number of waypoints including the start point and end point is 120 without traffic and 50 with traffic.


推荐阅读