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