net9.0-ios17.2
namespace MapKit
{
    [Protocol(Name = "MKMapViewDelegate", WrapperType = typeof(MKMapViewDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RegionWillChange", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(bool) }, Selector = "mapView:regionWillChangeAnimated:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RegionChanged", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(bool) }, Selector = "mapView:regionDidChangeAnimated:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillStartLoadingMap", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MKMapView) }, Selector = "mapViewWillStartLoadingMap:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "MapLoaded", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MKMapView) }, Selector = "mapViewDidFinishLoadingMap:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "LoadingMapFailed", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(NSError) }, Selector = "mapViewDidFailLoadingMap:withError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidAddAnnotationViews", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(MKAnnotationView[]) }, Selector = "mapView:didAddAnnotationViews:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CalloutAccessoryControlTapped", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(MKMapView), typeof(MKAnnotationView), typeof(UIControl) }, Selector = "mapView:annotationView:calloutAccessoryControlTapped:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ChangedDragState", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(MKMapView), typeof(MKAnnotationView), typeof(MKAnnotationViewDragState), typeof(MKAnnotationViewDragState) }, Selector = "mapView:annotationView:didChangeDragState:fromOldState:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidAddOverlayViews", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(MKOverlayView) }, Selector = "mapView:didAddOverlayViews:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectAnnotationView", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(MKAnnotationView) }, Selector = "mapView:didSelectAnnotationView:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFailToLocateUser", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(NSError) }, Selector = "mapView:didFailToLocateUserWithError:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidDeselectAnnotationView", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(MKAnnotationView) }, Selector = "mapView:didDeselectAnnotationView:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectAnnotation", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(IMKAnnotation) }, Selector = "mapView:didSelectAnnotation:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidDeselectAnnotation", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(IMKAnnotation) }, Selector = "mapView:didDeselectAnnotation:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillStartLocatingUser", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MKMapView) }, Selector = "mapViewWillStartLocatingUser:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidStopLocatingUser", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MKMapView) }, Selector = "mapViewDidStopLocatingUser:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidUpdateUserLocation", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(MKUserLocation) }, Selector = "mapView:didUpdateUserLocation:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidChangeUserTrackingMode", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(MKMapView), typeof(MKUserTrackingMode), typeof(bool) }, Selector = "mapView:didChangeUserTrackingMode:animated:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidAddOverlayRenderers", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(MKOverlayRenderer[]) }, Selector = "mapView:didAddOverlayRenderers:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillStartRenderingMap", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MKMapView) }, Selector = "mapViewWillStartRenderingMap:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidFinishRenderingMap", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(bool) }, Selector = "mapViewDidFinishRenderingMap:fullyRendered:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidChangeVisibleRegion", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MKMapView) }, Selector = "mapViewDidChangeVisibleRegion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetViewForAnnotation", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(IMKAnnotation) }, ReturnType = typeof(MKAnnotationView), Selector = "mapView:viewForAnnotation:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetViewForOverlay", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(IMKOverlay) }, ReturnType = typeof(MKOverlayView), Selector = "mapView:viewForOverlay:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OverlayRenderer", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(IMKOverlay) }, ReturnType = typeof(MKOverlayRenderer), Selector = "mapView:rendererForOverlay:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CreateClusterAnnotation", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MKMapView), typeof(IMKAnnotation[]) }, ReturnType = typeof(MKClusterAnnotation), Selector = "mapView:clusterAnnotationForMemberAnnotations:")]
    [SupportedOSPlatform("maccatalyst")]
    [SupportedOSPlatform("ios")]
    [SupportedOSPlatform("macos")]
    [SupportedOSPlatform("tvos")]
    public interface IMKMapViewDelegate : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
Assembly Microsoft.iOS , Version=17.2.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.07.08.09.0
Platform Specific Frameworks
net9.0-ios 10.010.110.210.311.011.111.211.311.412.012.112.212.312.413.013.113.213.313.413.513.614.014.114.214.314.414.515.015.215.416.016.116.216.417.017.2
net9.0-maccatalyst 13.113.213.313.413.514.214.314.414.515.015.215.416.116.216.417.017.2
net9.0-macos 10.1410.1510.1611.011.111.211.312.012.112.313.013.113.314.014.2
net9.0-tvos 10.010.110.211.011.111.211.311.412.012.112.212.312.413.013.213.313.414.014.214.314.414.515.015.215.416.016.116.417.017.2
Platform Restrictions

For the selected framework this API is only supported on the following OS platforms:

  • iOS
  • Mac Catalyst
  • macOS
  • tvOS
  • Built-in API
  • Package-provided API

05/06/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙