(t2, duration = 250)
| 821 | |
| 822 | // convenience methods for the above, but with easing |
| 823 | transformEase(t2, duration = 250) { return this.transform(t2, duration); } |
| 824 | centerZoomEase(loc2, z2, duration = 250) { return this.setMapParams(loc2, z2, undefined, duration); } |
| 825 | centerEase(loc2, duration = 250) { return this.setMapParams(loc2, undefined, undefined, duration); } |
| 826 | zoomEase(z2, duration = 250) { return this.setMapParams(undefined, z2, undefined, duration); } |