net6.0-tvos
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 = "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("macos10.9")]
    [SupportedOSPlatform("ios")]
    [SupportedOSPlatform("tvos")]
    [SupportedOSPlatform("maccatalyst")]
    public interface IMKMapViewDelegate : INativeObject, IDisposable
}
nuget.org
0.0 %
Reference this API
0.0 %
Derive from this class or interface
Assembly Microsoft.tvOS , Version=15.4.700.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
OS Platforms

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

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

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