in Sources/AmplifyMapLibreUI/MGLMapViewWrapper/_MGLMapViewWrapper+ViewModifiers.swift [119:127]
func featureClusterTapped(
_ implementation: @escaping (
_ mapView: MGLMapView,
_ pointFeatureCluster: MGLPointFeatureCluster
) -> Void
) -> _MGLMapViewWrapper {
proxyDelegate.clusterTapped = implementation
return self
}