()
| 810 | _zoomOut(delta) { return this.setMapParams(undefined, ~~this.zoom() - delta, undefined, 250); } |
| 811 | |
| 812 | zoomIn() { return this._zoomIn(1); } |
| 813 | zoomInFurther() { return this._zoomIn(4); } |
| 814 | canZoomIn() { return this.zoom() < MAX_Z; } |
| 815 |
no test coverage detected