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