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