天天看點

去除百度高德地圖API左下角的logo

百度地圖在style中加入

.BMap_cpyCtrl {
            display: none;
        }
        .anchorBL {
            display: none;
        }
           

高德地圖在style中加入

.amap-logo,
.amap-copyright { display:none !important; }
           

親測有效

繼續閱讀