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 = "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 = "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 = "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 = "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 %
Assembly Microsoft.macOS , Version=14.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
.NET 6.0-ios6.0-maccatalyst6.0-macos6.0-tvos7.0-ios7.0-maccatalyst7.0-macos7.0-tvos8.0-ios8.0-maccatalyst8.0-macos8.0-tvos9.0-ios9.0-maccatalyst9.0-macos9.0-tvos
Xamarin iOS 0.0
Xamarin macOS 0.0
Xamarin tvOS 0.0
OS Platforms

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

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