腾讯地图移除控件

    //移除控件缩放

    map.removeControl(TMap.constants.DEFAULT_CONTROL_ID.ZOOM);

    // 移除比例尺控件

    map.removeControl(TMap.constants.DEFAULT_CONTROL_ID.SCALE);

    // 移除旋转控件

    map.removeControl(TMap.constants.DEFAULT_CONTROL_ID.ROTATION);

猜你喜欢

转载自blog.csdn.net/m0_65607651/article/details/133072469