我是首发。
看这个:
poly = new google.maps.Polyline({map: map});
poly.setOptions({strokeColor: 'blue', strokeOpacity: 0.5, strokeWeight: 4});
poly.setPath(path);
这段代码为我画了一条折线。但据我所知,我们必须通过 setMap(map) 来绘制。那么 setMap 和 setPath 有什么区别呢?谢谢你。
我是首发。
看这个:
poly = new google.maps.Polyline({map: map});
poly.setOptions({strokeColor: 'blue', strokeOpacity: 0.5, strokeWeight: 4});
poly.setPath(path);
这段代码为我画了一条折线。但据我所知,我们必须通过 setMap(map) 来绘制。那么 setMap 和 setPath 有什么区别呢?谢谢你。