在Bing-maps DirectionsManager中可以有多个图钉图标吗?我有这个代码,它可以工作并在地图上绘制路线: Microsoft.Maps.loadModule('Microsoft.Maps.Directions', function () {directionsManager = new Microsoft.Maps.Directions.Direct
基于这个文档Route planning and navigation,我正在使用Here MAPI3/3.1开发一个网站 我有可拖动的标记,当我单击地图并使用数组计算路线时,这些标记正在添加,其中至少有两个数组如你所见,之前的多段线在地图上是静止的,而不是随着我的标记移动。我找到了这篇文章(HereMapsAPI: Detecting when a Marker is dragged and dropped onto