(loc2, z2, duration = 0)
| 818 | canZoomOut() { return this.zoom() > MIN_Z; } |
| 819 | |
| 820 | centerZoom(loc2, z2, duration = 0) { return this.setMapParams(loc2, z2, undefined, duration); } |
| 821 | |
| 822 | // convenience methods for the above, but with easing |
| 823 | transformEase(t2, duration = 250) { return this.transform(t2, duration); } |
no test coverage detected