()
| 543 | } |
| 544 | } |
| 545 | _getZoomBounds() { |
| 546 | // ** native zoom is only used for zoomTo() ** |
| 547 | return { |
| 548 | minZoom: this.min, |
| 549 | maxZoom: this.max, |
| 550 | minNativeZoom: this.zoom, |
| 551 | maxNativeZoom: this.zoom |
| 552 | }; |
| 553 | } |
| 554 | getZoomToZoom() { |
| 555 | let tL = this.extent.topLeft.pcrs, |
| 556 | bR = this.extent.bottomRight.pcrs, |
no outgoing calls
no test coverage detected