Sdílet prostřednictvím


IMKMapViewDelegate Interface

Definition

This interface represents the Objective-C protocol MKMapViewDelegate.

[Foundation.Protocol(Name="MKMapViewDelegate", WrapperType=typeof(MapKit.MKMapViewDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionWillChange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapView:regionWillChangeAnimated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapView:regionDidChangeAnimated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartLoadingMap", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartLoadingMap:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MapLoaded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidFinishLoadingMap:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LoadingMapFailed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(Foundation.NSError) }, Selector="mapViewDidFailLoadingMap:withError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetViewForAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, ReturnType=typeof(MapKit.MKAnnotationView), Selector="mapView:viewForAnnotation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddAnnotationViews", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView[]) }, Selector="mapView:didAddAnnotationViews:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CalloutAccessoryControlTapped", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView), typeof(UIKit.UIControl) }, Selector="mapView:annotationView:calloutAccessoryControlTapped:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ChangedDragState", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView), typeof(MapKit.MKAnnotationViewDragState), typeof(MapKit.MKAnnotationViewDragState) }, Selector="mapView:annotationView:didChangeDragState:fromOldState:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetViewForOverlay", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKOverlay) }, ReturnType=typeof(MapKit.MKOverlayView), Selector="mapView:viewForOverlay:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddOverlayViews", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKOverlayView) }, Selector="mapView:didAddOverlayViews:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectAnnotationView", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView) }, Selector="mapView:didSelectAnnotationView:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailToLocateUser", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(Foundation.NSError) }, Selector="mapView:didFailToLocateUserWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDeselectAnnotationView", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView) }, Selector="mapView:didDeselectAnnotationView:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, Selector="mapView:didSelectAnnotation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDeselectAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, Selector="mapView:didDeselectAnnotation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartLocatingUser", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartLocatingUser:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopLocatingUser", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidStopLocatingUser:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateUserLocation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKUserLocation) }, Selector="mapView:didUpdateUserLocation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeUserTrackingMode", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKUserTrackingMode), typeof(System.Boolean) }, Selector="mapView:didChangeUserTrackingMode:animated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="OverlayRenderer", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKOverlay) }, ReturnType=typeof(MapKit.MKOverlayRenderer), Selector="mapView:rendererForOverlay:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddOverlayRenderers", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKOverlayRenderer[]) }, Selector="mapView:didAddOverlayRenderers:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartRenderingMap", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartRenderingMap:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishRenderingMap", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapViewDidFinishRenderingMap:fullyRendered:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CreateClusterAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation[]) }, ReturnType=typeof(MapKit.MKClusterAnnotation), Selector="mapView:clusterAnnotationForMemberAnnotations:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeVisibleRegion", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidChangeVisibleRegion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetSelectionAccessory", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, ReturnType=typeof(MapKit.MKSelectionAccessory), Selector="mapView:selectionAccessoryForAnnotation:")]
public interface IMKMapViewDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="MKMapViewDelegate", WrapperType=typeof(MapKit.MKMapViewDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionWillChange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapView:regionWillChangeAnimated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapView:regionDidChangeAnimated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartLoadingMap", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartLoadingMap:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MapLoaded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidFinishLoadingMap:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LoadingMapFailed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(Foundation.NSError) }, Selector="mapViewDidFailLoadingMap:withError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetViewForAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, ReturnType=typeof(MapKit.MKAnnotationView), Selector="mapView:viewForAnnotation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddAnnotationViews", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView[]) }, Selector="mapView:didAddAnnotationViews:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ChangedDragState", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView), typeof(MapKit.MKAnnotationViewDragState), typeof(MapKit.MKAnnotationViewDragState) }, Selector="mapView:annotationView:didChangeDragState:fromOldState:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectAnnotationView", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView) }, Selector="mapView:didSelectAnnotationView:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailToLocateUser", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(Foundation.NSError) }, Selector="mapView:didFailToLocateUserWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDeselectAnnotationView", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView) }, Selector="mapView:didDeselectAnnotationView:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartLocatingUser", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartLocatingUser:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopLocatingUser", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidStopLocatingUser:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateUserLocation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKUserLocation) }, Selector="mapView:didUpdateUserLocation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeUserTrackingMode", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKUserTrackingMode), typeof(System.Boolean) }, Selector="mapView:didChangeUserTrackingMode:animated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="OverlayRenderer", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKOverlay) }, ReturnType=typeof(MapKit.MKOverlayRenderer), Selector="mapView:rendererForOverlay:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddOverlayRenderers", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKOverlayRenderer[]) }, Selector="mapView:didAddOverlayRenderers:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartRenderingMap", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartRenderingMap:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishRenderingMap", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapViewDidFinishRenderingMap:fullyRendered:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CreateClusterAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation[]) }, ReturnType=typeof(MapKit.MKClusterAnnotation), Selector="mapView:clusterAnnotationForMemberAnnotations:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeVisibleRegion", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidChangeVisibleRegion:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetSelectionAccessory", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, ReturnType=typeof(MapKit.MKSelectionAccessory), Selector="mapView:selectionAccessoryForAnnotation:")]
public interface IMKMapViewDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="MKMapViewDelegate", WrapperType=typeof(MapKit.MKMapViewDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionWillChange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapView:regionWillChangeAnimated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapView:regionDidChangeAnimated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartLoadingMap", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartLoadingMap:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MapLoaded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidFinishLoadingMap:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LoadingMapFailed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(Foundation.NSError) }, Selector="mapViewDidFailLoadingMap:withError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetViewForAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, ReturnType=typeof(MapKit.MKAnnotationView), Selector="mapView:viewForAnnotation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddAnnotationViews", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView[]) }, Selector="mapView:didAddAnnotationViews:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectAnnotationView", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView) }, Selector="mapView:didSelectAnnotationView:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailToLocateUser", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(Foundation.NSError) }, Selector="mapView:didFailToLocateUserWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDeselectAnnotationView", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView) }, Selector="mapView:didDeselectAnnotationView:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartLocatingUser", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartLocatingUser:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopLocatingUser", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidStopLocatingUser:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateUserLocation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKUserLocation) }, Selector="mapView:didUpdateUserLocation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeUserTrackingMode", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKUserTrackingMode), typeof(System.Boolean) }, Selector="mapView:didChangeUserTrackingMode:animated:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="OverlayRenderer", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKOverlay) }, ReturnType=typeof(MapKit.MKOverlayRenderer), Selector="mapView:rendererForOverlay:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddOverlayRenderers", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKOverlayRenderer[]) }, Selector="mapView:didAddOverlayRenderers:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartRenderingMap", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartRenderingMap:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishRenderingMap", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapViewDidFinishRenderingMap:fullyRendered:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CreateClusterAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation[]) }, ReturnType=typeof(MapKit.MKClusterAnnotation), Selector="mapView:clusterAnnotationForMemberAnnotations:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeVisibleRegion", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidChangeVisibleRegion:")]
public interface IMKMapViewDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="MKMapViewDelegate", WrapperType=typeof(MapKit.MKMapViewDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionWillChange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapView:regionWillChangeAnimated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapView:regionDidChangeAnimated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartLoadingMap", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartLoadingMap:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MapLoaded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidFinishLoadingMap:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LoadingMapFailed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(Foundation.NSError) }, Selector="mapViewDidFailLoadingMap:withError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetViewForAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, ReturnType=typeof(MapKit.MKAnnotationView), Selector="mapView:viewForAnnotation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddAnnotationViews", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView[]) }, Selector="mapView:didAddAnnotationViews:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CalloutAccessoryControlTapped", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView), typeof(UIKit.UIControl) }, Selector="mapView:annotationView:calloutAccessoryControlTapped:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ChangedDragState", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView), typeof(MapKit.MKAnnotationViewDragState), typeof(MapKit.MKAnnotationViewDragState) }, Selector="mapView:annotationView:didChangeDragState:fromOldState:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetViewForOverlay", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKOverlay) }, ReturnType=typeof(MapKit.MKOverlayView), Selector="mapView:viewForOverlay:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddOverlayViews", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKOverlayView) }, Selector="mapView:didAddOverlayViews:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectAnnotationView", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView) }, Selector="mapView:didSelectAnnotationView:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailToLocateUser", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(Foundation.NSError) }, Selector="mapView:didFailToLocateUserWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDeselectAnnotationView", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView) }, Selector="mapView:didDeselectAnnotationView:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, Selector="mapView:didSelectAnnotation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDeselectAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, Selector="mapView:didDeselectAnnotation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartLocatingUser", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartLocatingUser:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopLocatingUser", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidStopLocatingUser:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateUserLocation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKUserLocation) }, Selector="mapView:didUpdateUserLocation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeUserTrackingMode", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKUserTrackingMode), typeof(System.Boolean) }, Selector="mapView:didChangeUserTrackingMode:animated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="OverlayRenderer", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKOverlay) }, ReturnType=typeof(MapKit.MKOverlayRenderer), Selector="mapView:rendererForOverlay:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddOverlayRenderers", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKOverlayRenderer[]) }, Selector="mapView:didAddOverlayRenderers:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartRenderingMap", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartRenderingMap:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishRenderingMap", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapViewDidFinishRenderingMap:fullyRendered:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CreateClusterAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation[]) }, ReturnType=typeof(MapKit.MKClusterAnnotation), Selector="mapView:clusterAnnotationForMemberAnnotations:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeVisibleRegion", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidChangeVisibleRegion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetSelectionAccessory", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, ReturnType=typeof(MapKit.MKSelectionAccessory), Selector="mapView:selectionAccessoryForAnnotation:")>]
type IMKMapViewDelegate = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="MKMapViewDelegate", WrapperType=typeof(MapKit.MKMapViewDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionWillChange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapView:regionWillChangeAnimated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapView:regionDidChangeAnimated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartLoadingMap", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartLoadingMap:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MapLoaded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidFinishLoadingMap:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LoadingMapFailed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(Foundation.NSError) }, Selector="mapViewDidFailLoadingMap:withError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetViewForAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, ReturnType=typeof(MapKit.MKAnnotationView), Selector="mapView:viewForAnnotation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddAnnotationViews", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView[]) }, Selector="mapView:didAddAnnotationViews:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ChangedDragState", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView), typeof(MapKit.MKAnnotationViewDragState), typeof(MapKit.MKAnnotationViewDragState) }, Selector="mapView:annotationView:didChangeDragState:fromOldState:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectAnnotationView", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView) }, Selector="mapView:didSelectAnnotationView:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailToLocateUser", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(Foundation.NSError) }, Selector="mapView:didFailToLocateUserWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDeselectAnnotationView", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView) }, Selector="mapView:didDeselectAnnotationView:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartLocatingUser", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartLocatingUser:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopLocatingUser", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidStopLocatingUser:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateUserLocation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKUserLocation) }, Selector="mapView:didUpdateUserLocation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeUserTrackingMode", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKUserTrackingMode), typeof(System.Boolean) }, Selector="mapView:didChangeUserTrackingMode:animated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="OverlayRenderer", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKOverlay) }, ReturnType=typeof(MapKit.MKOverlayRenderer), Selector="mapView:rendererForOverlay:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddOverlayRenderers", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKOverlayRenderer[]) }, Selector="mapView:didAddOverlayRenderers:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartRenderingMap", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartRenderingMap:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishRenderingMap", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapViewDidFinishRenderingMap:fullyRendered:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CreateClusterAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation[]) }, ReturnType=typeof(MapKit.MKClusterAnnotation), Selector="mapView:clusterAnnotationForMemberAnnotations:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeVisibleRegion", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidChangeVisibleRegion:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetSelectionAccessory", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, ReturnType=typeof(MapKit.MKSelectionAccessory), Selector="mapView:selectionAccessoryForAnnotation:")>]
type IMKMapViewDelegate = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="MKMapViewDelegate", WrapperType=typeof(MapKit.MKMapViewDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionWillChange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapView:regionWillChangeAnimated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="RegionChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapView:regionDidChangeAnimated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartLoadingMap", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartLoadingMap:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MapLoaded", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidFinishLoadingMap:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LoadingMapFailed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(Foundation.NSError) }, Selector="mapViewDidFailLoadingMap:withError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetViewForAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation) }, ReturnType=typeof(MapKit.MKAnnotationView), Selector="mapView:viewForAnnotation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddAnnotationViews", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView[]) }, Selector="mapView:didAddAnnotationViews:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidSelectAnnotationView", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView) }, Selector="mapView:didSelectAnnotationView:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFailToLocateUser", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(Foundation.NSError) }, Selector="mapView:didFailToLocateUserWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidDeselectAnnotationView", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKAnnotationView) }, Selector="mapView:didDeselectAnnotationView:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartLocatingUser", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartLocatingUser:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopLocatingUser", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidStopLocatingUser:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateUserLocation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKUserLocation) }, Selector="mapView:didUpdateUserLocation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeUserTrackingMode", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKUserTrackingMode), typeof(System.Boolean) }, Selector="mapView:didChangeUserTrackingMode:animated:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="OverlayRenderer", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKOverlay) }, ReturnType=typeof(MapKit.MKOverlayRenderer), Selector="mapView:rendererForOverlay:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddOverlayRenderers", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.MKOverlayRenderer[]) }, Selector="mapView:didAddOverlayRenderers:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillStartRenderingMap", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewWillStartRenderingMap:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinishRenderingMap", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(System.Boolean) }, Selector="mapViewDidFinishRenderingMap:fullyRendered:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CreateClusterAnnotation", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView), typeof(MapKit.IMKAnnotation[]) }, ReturnType=typeof(MapKit.MKClusterAnnotation), Selector="mapView:clusterAnnotationForMemberAnnotations:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeVisibleRegion", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(MapKit.MKMapView) }, Selector="mapViewDidChangeVisibleRegion:")>]
type IMKMapViewDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
CalloutAccessoryControlTapped(MKMapView, MKAnnotationView, UIControl)

Called when the callout accessory control has been tapped.

ChangedDragState(MKMapView, MKAnnotationView, MKAnnotationViewDragState, MKAnnotationViewDragState)

Called when the drag state has changed from oldState to newState.

CreateClusterAnnotation(MKMapView, IMKAnnotation[])
DidAddAnnotationViews(MKMapView, MKAnnotationView[])

Called when an annotation view (or views) have been added to mapView.

DidAddOverlayRenderers(MKMapView, MKOverlayRenderer[])

Called when an overlay renderer (or renderers) have been added to mapView.

DidAddOverlayViews(MKMapView, MKOverlayView)

Developers should not use this deprecated method. Developers should use 'DidAddOverlayRenderers' instead.

DidChangeUserTrackingMode(MKMapView, MKUserTrackingMode, Boolean)

Indicates a change in the active MKUserTrackingMode.

DidChangeVisibleRegion(MKMapView)
DidDeselectAnnotation(MKMapView, IMKAnnotation)
DidDeselectAnnotationView(MKMapView, MKAnnotationView)

Indicates that view has been deselected.

DidFailToLocateUser(MKMapView, NSError)

Indicates that the attempt to locate the current user has failed due to error.

DidFinishRenderingMap(MKMapView, Boolean)

Indicates that rendering of mapView has completed.

DidSelectAnnotation(MKMapView, IMKAnnotation)
DidSelectAnnotationView(MKMapView, MKAnnotationView)

Indicates that the specified MKAnnotationView has been selected.

DidStopLocatingUser(MKMapView)

Indicates the system has stopped attemptig to locate the user.

DidUpdateUserLocation(MKMapView, MKUserLocation)

Indicates the system has provided an update to the user's location.

GetSelectionAccessory(MKMapView, IMKAnnotation)
GetViewForAnnotation(MKMapView, IMKAnnotation)

Returns the MKAnnotationView associated with the annotation.

GetViewForOverlay(MKMapView, IMKOverlay)

Use MKOverlayRenderer.RendererForOverlay instead

LoadingMapFailed(MKMapView, NSError)

Indicates an error caused loading to fail.

MapLoaded(MKMapView)

Indicates that loading of map data has completed.

OverlayRenderer(MKMapView, IMKOverlay)

Calculates he MKOverlayRenderer appropriate to the overlay.

RegionChanged(MKMapView, Boolean)

Indicates the region displayed by mapView has changed.

RegionWillChange(MKMapView, Boolean)

Indicates the region displayed by mapView is about to change.

WillStartLoadingMap(MKMapView)

Indicates that loading of map data is about to begin.

WillStartLocatingUser(MKMapView)

Indicates that the system will start attempting to locate the user.

WillStartRenderingMap(MKMapView)

Indicates that rendering of mapView is about to begin.

Extension Methods

Name Description
CalloutAccessoryControlTapped(IMKMapViewDelegate, MKMapView, MKAnnotationView, UIControl)

Called when the callout accessory control has been tapped.

ChangedDragState(IMKMapViewDelegate, MKMapView, MKAnnotationView, MKAnnotationViewDragState, MKAnnotationViewDragState)

Called when the drag state has changed from oldState to newState.

CreateClusterAnnotation(IMKMapViewDelegate, MKMapView, IMKAnnotation[])
DidAddAnnotationViews(IMKMapViewDelegate, MKMapView, MKAnnotationView[])

Called when an annotation view (or views) have been added to mapView.

DidAddOverlayRenderers(IMKMapViewDelegate, MKMapView, MKOverlayRenderer[])

Called when an overlay renderer (or renderers) have been added to mapView.

DidAddOverlayViews(IMKMapViewDelegate, MKMapView, MKOverlayView)

Developers should not use this deprecated method. Developers should use 'DidAddOverlayRenderers' instead.

DidChangeUserTrackingMode(IMKMapViewDelegate, MKMapView, MKUserTrackingMode, Boolean)

Indicates a change in the active MKUserTrackingMode.

DidChangeVisibleRegion(IMKMapViewDelegate, MKMapView)
DidDeselectAnnotation(IMKMapViewDelegate, MKMapView, IMKAnnotation)
DidDeselectAnnotationView(IMKMapViewDelegate, MKMapView, MKAnnotationView)

Indicates that view has been deselected.

DidFailToLocateUser(IMKMapViewDelegate, MKMapView, NSError)

Indicates that the attempt to locate the current user has failed due to error.

DidFinishRenderingMap(IMKMapViewDelegate, MKMapView, Boolean)

Indicates that rendering of mapView has completed.

DidSelectAnnotation(IMKMapViewDelegate, MKMapView, IMKAnnotation)
DidSelectAnnotationView(IMKMapViewDelegate, MKMapView, MKAnnotationView)

Indicates that the specified MKAnnotationView has been selected.

DidStopLocatingUser(IMKMapViewDelegate, MKMapView)

Indicates the system has stopped attemptig to locate the user.

DidUpdateUserLocation(IMKMapViewDelegate, MKMapView, MKUserLocation)

Indicates the system has provided an update to the user's location.

GetSelectionAccessory(IMKMapViewDelegate, MKMapView, IMKAnnotation)
GetViewForAnnotation(IMKMapViewDelegate, MKMapView, IMKAnnotation)

Returns the MKAnnotationView associated with the annotation.

GetViewForOverlay(IMKMapViewDelegate, MKMapView, IMKOverlay)

Use MKOverlayRenderer.RendererForOverlay instead

LoadingMapFailed(IMKMapViewDelegate, MKMapView, NSError)

Indicates an error caused loading to fail.

MapLoaded(IMKMapViewDelegate, MKMapView)

Indicates that loading of map data has completed.

OverlayRenderer(IMKMapViewDelegate, MKMapView, IMKOverlay)

Calculates he MKOverlayRenderer appropriate to the overlay.

RegionChanged(IMKMapViewDelegate, MKMapView, Boolean)

Indicates the region displayed by mapView has changed.

RegionWillChange(IMKMapViewDelegate, MKMapView, Boolean)

Indicates the region displayed by mapView is about to change.

WillStartLoadingMap(IMKMapViewDelegate, MKMapView)

Indicates that loading of map data is about to begin.

WillStartLocatingUser(IMKMapViewDelegate, MKMapView)

Indicates that the system will start attempting to locate the user.

WillStartRenderingMap(IMKMapViewDelegate, MKMapView)

Indicates that rendering of mapView is about to begin.

GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to