如何隐藏 new BMap.Label()

给地图上的点添加了文字标签 new BMap.Label,并且在mouseover触发事件来时setLabel(),现在想在mouseout时隐藏这个文字标签,现在即使重新new BMap.Label()文字标签为空,原来的文字标签还是在那里。。高手们帮帮忙吧。。

试试这个

map.clearOverlays(); //清除地图上所有标记

参考
http://blog.csdn.net/huwei2003/article/details/8813680