(mapExtent)
| 501 | }); |
| 502 | }; |
| 503 | const _addExtentElement = (mapExtent) => { |
| 504 | this.whenReady().then(() => { |
| 505 | delete this._layer.bounds; |
| 506 | this._validateDisabled(); |
| 507 | }); |
| 508 | }; |
| 509 | // is this really necessary? Do we believe that remote mapml documents will |
| 510 | // be interactive i.e. script access to their DOM? |
| 511 | let root = this.src ? this.shadowRoot : this, |
nothing calls this directly
no test coverage detected