func featureTapped()

in Sources/AmplifyMapLibreUI/MGLMapViewWrapper/_MGLMapViewWrapper+ViewModifiers.swift [101:109]


    func featureTapped(
        _ implementation: @escaping (
            _ mapView: MGLMapView,
            _ pointFeature: MGLPointFeature
        ) -> Void
    ) -> _MGLMapViewWrapper {
        proxyDelegate.featureTapped = implementation
        return self
    }