Future<void> setLayerVisibility(String layerId, bool visible) async { return _maplibrePlatform.setLayerVisibility(layerId, visible); }