百度地图去掉marker覆盖物或者去掉maker的label文字方法 如下所示:varmarker=newBMap.Marker(...);//方法1map.removeOverlay(marker);//方法2marker.remove();//如果是Mark 覆盖物