MCPcopy Index your code
hub / github.com/Maps4HTML/MapML.js / zoom

Method zoom

src/map-tile.js:47–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46 }
47 get zoom() {
48 /* jshint ignore:start */
49 return this.#hasConnected ? +this.#initialZoom : +this.getAttribute('zoom');
50 /* jshint ignore:end */
51 }
52 set zoom(val) {
53 /* jshint ignore:start */
54 if (this.#hasConnected) return; // Ignore after connection

Callers

nothing calls this directly

Calls 2

getAttributeMethod · 0.95
setAttributeMethod · 0.95

Tested by

no test coverage detected