(entities, duration = 250)
| 825 | centerEase(loc2, duration = 250) { return this.setMapParams(loc2, undefined, undefined, duration); } |
| 826 | zoomEase(z2, duration = 250) { return this.setMapParams(undefined, z2, undefined, duration); } |
| 827 | fitEntitiesEase(entities, duration = 250) { return this.fitEntities(entities, duration); } |
| 828 | |
| 829 | |
| 830 | /** |
no test coverage detected