H5调用百度地图时改变标签文本样式的方法

来源:互联网 发布:带着淘宝混异世连城 编辑:程序博客网 时间:2024/05/07 21:28
var label = new BMap.Label(markers[index].title,{offset: new BMap.Size(25,5)});label.setStyle({ //backgroundColor:"rgba(255,255,255,0)", fontSize:"16px", border:"none"});

0 0
原创粉丝点击