只要可能,我只想使用城市中可用路线的子集来计算从A到B的路线(如果A或B不在道路的子集上,我仍然需要计算路线)。我尝试使用avoidareas
,但是很难定义矩形以避开道路(我发现在某些地方盒子的数量有限)。
答案 0 :(得分:0)
能否请您解释“路线子集”的含义。您是说要避开某种道路? 如果您要始终包含特定道路,则可以始终使用路标来引导路线通过这些道路。通常,路由算法设计为“避免”而不是“偏爱”区域。
此处说明了如何避免矩形的各种示例-https://developer.here.com/documentation/routing/topics/example-route-avoiding-an-area.html
此处说明了如何使用路标-https://developer.here.com/documentation/routing/topics/resource-param-type-waypoint.html
此处介绍了如何避免使用某种道路类型-https://developer.here.com/documentation/routing/topics/avoiding-certain-road-types.html