onRemove()

in public/assets/maplibre/maplibre-custom-controls.js [70:74]


    onRemove() {
        this._container.parentNode.removeChild(this._container);
        this._button = undefined;
        this._map = undefined;
    }