IMKMapViewDelegate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
| ChangedDragState(MKMapView, MKAnnotationView, MKAnnotationViewDragState, MKAnnotationViewDragState) |
Called when the drag state has changed from |
| CreateClusterAnnotation(MKMapView, IMKAnnotation[]) | |
| DidAddAnnotationViews(MKMapView, MKAnnotationView[]) |
Called when an annotation view (or views) have been added to |
| DidAddOverlayRenderers(MKMapView, MKOverlayRenderer[]) |
Called when an overlay renderer (or renderers) have been added to |
| 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 |
| DidFailToLocateUser(MKMapView, NSError) |
Indicates that the attempt to locate the current user has failed due to |
| DidFinishRenderingMap(MKMapView, Boolean) |
Indicates that rendering of |
| 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 |
| GetViewForOverlay(MKMapView, IMKOverlay) |
Use MKOverlayRenderer.RendererForOverlay instead |
| LoadingMapFailed(MKMapView, NSError) |
Indicates an |
| MapLoaded(MKMapView) |
Indicates that loading of map data has completed. |
| OverlayRenderer(MKMapView, IMKOverlay) |
Calculates he MKOverlayRenderer appropriate to the |
| RegionChanged(MKMapView, Boolean) |
Indicates the region displayed by |
| RegionWillChange(MKMapView, Boolean) |
Indicates the region displayed by |
| 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 |