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

Method _getZoomBounds

src/map-feature.js:545–553  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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,

Callers 2

_memoizeExtentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected