()
| 143 | return calculatePosition(this); |
| 144 | } |
| 145 | getMapEl() { |
| 146 | return Util.getClosest(this, 'mapml-viewer,map[is=web-map]'); |
| 147 | } |
| 148 | getLayerEl() { |
| 149 | return Util.getClosest(this, 'map-layer,layer-'); |
| 150 | } |
no outgoing calls
no test coverage detected