Bad*_*der 3 google-maps polyline google-maps-api-3
我画了一个圆圈
circle = new google.maps.Circle({
map: map,
radius: r, // 1 miles in metres = 1609.3 m
strokeWeight:1,
strokeOpacity:0.5,
fillOpacity:0.2,
fillColor: '#AA0000'
});
circle.bindTo('center', marker, 'position');
Run Code Online (Sandbox Code Playgroud)
如何从地图上删除圆圈?
归档时间: |
|
查看次数: |
7792 次 |
最近记录: |