谷歌地图折线 - 绘制额外线

时间:2018-04-13 07:37:36

标签: javascript google-maps google-maps-api-3

我正在使用谷歌地图javascript折线绘图使用以下代码

var flightPath = new google.maps.Polyline({
                path: BeatPath,
                geodesic: true,
                strokeColor: '#0077ff',
                strokeOpacity: 1.0,
                strokeWeight: 5
            });

            flightPath.setMap(map);

它正确地绘制路径但是在起点上添加额外的行如何删除它?在截图中你可以看到结果,标记为红色是错误的,标记为绿色是否正确,如何避免不需要的线? Marked in Red is wrong marked in green is correct enter image description here

1 个答案:

答案 0 :(得分:0)

不按降序排列的数组列表,已通过按时间戳更改列表顺序来修复此问题