leaflet中给maker添加mouseover、mouseout、click

版权声明:本文首发微信公众号「 puufei 」,转载请标明出处! https://blog.csdn.net/honglei_zh/article/details/52786751

LamMarker.on({
‘mouseover’: function (e) {
changeThisIco(e.target);
},
‘mouseout’: function (e) {
reThisIco(e.target);
},
‘click’: function (e) {
select(e.target);
}
});

猜你喜欢

转载自blog.csdn.net/honglei_zh/article/details/52786751
今日推荐