MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / hide

Method hide

src/common/overlay/mapv/MapvRenderer.js:317–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

315 }
316
317 hide() {
318 this.isShow = false;
319 this.canvas.style.display = 'none';
320 }
321
322 show() {
323 this.isShow = true;

Callers 1

setVisibilityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected