Future<void> setMaximumZoomLevel(double maxZoom) async { await interop.setMaxZoomLevel(mapIdMixin, maxZoom); }