MapKit.MKMapViewDelegate Members

The members of MapKit.MKMapViewDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

CalloutAccessoryControlTapped(MKMapView, MKAnnotationView, UIKit.UIControl)
Documentation for this section has not yet been entered.
ChangedDragState(MKMapView, MKAnnotationView, MKAnnotationViewDragState, MKAnnotationViewDragState)
Documentation for this section has not yet been entered.
DidAddAnnotationViews(MKMapView, MKAnnotationView[])
Documentation for this section has not yet been entered.
DidAddOverlayRenderers(MKMapView, MKOverlayRenderer[])
Documentation for this section has not yet been entered.
DidAddOverlayViews(MKMapView, MKOverlayView)
Documentation for this section has not yet been entered.
DidChangeUserTrackingMode(MKMapView, MKUserTrackingMode, bool)
Documentation for this section has not yet been entered.
DidDeselectAnnotationView(MKMapView, MKAnnotationView)
Documentation for this section has not yet been entered.
DidFailToLocateUser(MKMapView, Foundation.NSError)
Documentation for this section has not yet been entered.
DidFinishRenderingMap(MKMapView, bool)
Documentation for this section has not yet been entered.
DidSelectAnnotationView(MKMapView, MKAnnotationView)
Documentation for this section has not yet been entered.
DidStopLocatingUser(MKMapView)
Documentation for this section has not yet been entered.
DidUpdateUserLocation(MKMapView, MKUserLocation)
Documentation for this section has not yet been entered.
GetViewForAnnotation(MKMapView, IMKAnnotation) : MKAnnotationView
Documentation for this section has not yet been entered.
GetViewForOverlay(MKMapView, IMKOverlay) : MKOverlayView
Documentation for this section has not yet been entered.
LoadingMapFailed(MKMapView, Foundation.NSError)
Documentation for this section has not yet been entered.
MapLoaded(MKMapView)
Documentation for this section has not yet been entered.
OverlayRenderer(MKMapView, IMKOverlay) : MKOverlayRenderer
Calculates he MapKit.MKOverlayRenderer appropriate to the overlay.
RegionChanged(MKMapView, bool)
Documentation for this section has not yet been entered.
RegionWillChange(MKMapView, bool)
Documentation for this section has not yet been entered.
WillStartLoadingMap(MKMapView)
Documentation for this section has not yet been entered.
WillStartLocatingUser(MKMapView)
Documentation for this section has not yet been entered.
WillStartRenderingMap(MKMapView)
Documentation for this section has not yet been entered.