MapLibre MapViewHolder
MapLibreViewState.getMapViewHolder() は AnyMapViewHolder? を返します。ネイティブの MapLibre オブジェクトは MLNMapView にキャストできます。
import MapLibre
if let holder = mapViewState.getMapViewHolder(), let mapView = holder.mapView as? MLNMapView { mapView.setCenter( CLLocationCoordinate2D(latitude: 35.6812, longitude: 139.7671), zoomLevel: 14, animated: true )}