我正在使用谷歌地图javascript折线绘图使用以下代码
var flightPath = new google.maps.Polyline({
path: BeatPath,
geodesic: true,
strokeColor: '#0077ff',
strokeOpacity: 1.0,
strokeWeight: 5
});
flightPath.setMap(map);
它正确地绘制路径但是在起点上添加额外的行如何删除它?在截图中你可以看到结果,标记为红色是错误的,标记为绿色是否正确,如何避免不需要的线?
答案 0 :(得分:0)
不按降序排列的数组列表,已通过按时间戳更改列表顺序来修复此问题