| CalloutAccessoryControlTapped(IMKMapViewDelegate, MKMapView, MKAnnotationView, UIControl) | Called when the callout accessory controlhas been tapped. | 
        	
	| ChangedDragState(IMKMapViewDelegate, MKMapView, MKAnnotationView, MKAnnotationViewDragState, MKAnnotationViewDragState) | Called when the drag state has changed from oldStatetonewState. | 
        	
	| 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) | 
        	
	| DidDeselectAnnotationView(IMKMapViewDelegate, MKMapView, MKAnnotationView) | Indicates that viewhas 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 mapViewhas completed. | 
        	
	| 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. | 
        	
	| 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 errorcaused 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 mapViewhas changed. | 
        	
	| RegionWillChange(IMKMapViewDelegate, MKMapView, Boolean) | Indicates the region displayed by mapViewis 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 mapViewis about to begin. |