直接顺序的航点
Waypoint in direct sequence
我需要将一个航点直接按另一个顺序排列,例如:航点 7 必须直接在航点 2 之后 e 其余 waypoints 必须按照 [ 给出的最佳自动顺序进行组织=12=].
Fleet Telematics 在成对的 waypoints 之间提供 序列约束 定义严格遵守的部分顺序。在请求参数中的waypoints中添加;before:destination13定义序列约束。每个航路点允许多个“之前”。
要指定必须在路径点 3 之前到达路径点 7,请使用:
destination7=FrankfurtAirport;50.050639,8.569641;before:waypoint3;st:0
https://developer.here.com/documentation/routing-waypoints/topics/optimizing-waypoints.html
希望对您有所帮助!
我需要将一个航点直接按另一个顺序排列,例如:航点 7 必须直接在航点 2 之后 e 其余 waypoints 必须按照 [ 给出的最佳自动顺序进行组织=12=].
Fleet Telematics 在成对的 waypoints 之间提供 序列约束 定义严格遵守的部分顺序。在请求参数中的waypoints中添加;before:destination13定义序列约束。每个航路点允许多个“之前”。
要指定必须在路径点 3 之前到达路径点 7,请使用:
destination7=FrankfurtAirport;50.050639,8.569641;before:waypoint3;st:0
https://developer.here.com/documentation/routing-waypoints/topics/optimizing-waypoints.html
希望对您有所帮助!