Future<void> setStepZoom(int stepZoom) async { await interop.setZoomStep(mapIdMixin.toJS, stepZoom.toDouble().toJS).toDart; }