Future<void> setMinimumZoomLevel(double minZoom) async { await interop.setMinZoomLevel(mapIdMixin.toJS, minZoom.toJS).toDart; }