| Type | Reason |
|---|
| IMKAnnotation | Interface representing the required methods (if any) of the protocol MapKit.MKAnnotation. |
| IMKMapViewDelegate | Interface representing the required methods (if any) of the protocol MapKit.MKMapViewDelegate. |
| IMKOverlay | Interface representing the required methods (if any) of the protocol MapKit.MKOverlay. |
| IMKReverseGeocoderDelegate | Interface representing the required methods (if any) of the protocol MapKit.MKReverseGeocoderDelegate. |
| MKAnnotation | Provides annotation information to the map view. |
| MKAnnotation_Extensions | Extension methods to the MapKit.IMKAnnotation interface to support all the methods from the MapKit.MKAnnotation protocol. |
| MKAnnotationView | Represents an annotation in the MapView, created on demand from MKAnnotation objects. |
| MKAnnotationView+MKAnnotationViewAppearance | Appearance class for objects of type MapKit.MKAnnotationView. |
| MKAnnotationViewDragState | An enumeration of valid states for a dragged MapKit.MKAnnotationView. |
| MKAnnotationViewEventArgs | Provides data for the MapKit.MKAnnotationViewEventArgs.DidDeselectAnnotationView and MapKit.MKAnnotationViewEventArgs.DidSelectAnnotationView events. |
| MKCircle | The data specifying a circular overlay on a map. |
| MKCircleRenderer | The visual representation of a MapKit.MKCircle.. |
| MKCircleView | The visual representation of a MapKit.MKCircle. Developers targeting iOS 7 and later should instead use MapKit.MKCircleRenderer. |
| MKCircleView+MKCircleViewAppearance | Appearance class for objects of type MapKit.MKCircleView. |
| MKCoordinateRegion | Defines a region of the map to display. |
| MKCoordinateSpan | The area spanned by a region of the map. |
| MKDidAddOverlayRenderersEventArgs | Provides data for the MapKit.MKDidAddOverlayRenderersEventArgs.DidAddOverlayRenderers event. |
| MKDidFinishRenderingMapEventArgs | Provides data for the MapKit.MKDidFinishRenderingMapEventArgs.DidFinishRenderingMap event. |
| MKDirections | An Apple-provided route to a destination. |
| MKDirectionsHandler | The completion handler for calls to MapKit.MKDirections.CalculateDirections. |
| MKDirectionsMode | An enumeration of travel methods for which directions can be provided. |
| MKDirectionsRequest | Encapsulates a request for travel directions. |
| MKDirectionsResponse | A set of routing instructions provided by Apple. |
| MKDirectionsTransportType | An enumeration whose values specify the routing type for directions requests. |
| MKDistanceFormatter | Converts between distances and localized strings. |
| MKDistanceFormatterUnits | An enumeration whose values specify the units used with MapKit.MKDistanceFormatter. |
| MKDistanceFormatterUnitStyle | An enumeration whose values specify the length of a MapKit.MKDistanceFormatter string. |
| MKErrorCode | An enumeration whose values represent various errors that can occur with MapKit.MKDirections.CalculateRoute and MapKit.MKDirections.CalculateETA. |
| MKETAHandler | The completion handler for calls to MapKit.MKDirections.CalculateETA. |
| MKETAResponse | Travel-time data returned by Apple servers. Used with MapKit.MKDirections.CalculateETA. |
| MKGeodesicPolyline | An MapKit.MKPolyline that represents the great-circle distance between two locations. |
| MKGeometry | Helper class containing methods for calculating distances and latitude-dependent scales. |
| MKLaunchOptions | Encapsulates properties to be used with MapKit.MKMapItem.OpenInMaps. |
| MKLocalSearch | Encapsulates a single map-based search. |
| MKLocalSearchCompletionHandler | A delegate that is used to handle the results of a map-based search. |
| MKLocalSearchRequest | Encapsulate the request properties of a MapKit.MKLocalSearch map-based search. |
| MKLocalSearchResponse | Encapsulates the response properties of a MapKit.MKLocalSearch map-based search. |
| MKMapCamera | The viewpoint that defines the perspective of the map. |
| MKMapItem | Information relating to a specific location on a map. |
| MKMapPoint | A location in a 2D map projection. |
| MKMapRect | A rectangular area in a 2D map projection, measured in map points. |
| MKMapSize | The extent of a 2D map projection as measured in map points. |
| MKMapSnapshot | A visual snapshot of a MapKit.MKMapView, produced by MapKit.MKMapSnapshotter. |
| MKMapSnapshotCompletionHandler | The completion handler for MapKit.MKMapSnapshotter.Start. |
| MKMapSnapshotOptions | A class that can be used with MapKit.MKMapSnapshotter() to specify various options for creating MapKit.MKMapSnapshots. |
| MKMapSnapshotter | Creates a visual MapKit.MKMapSnapshot of the map, with all map tiles loaded. |
| MKMapType | The type of map. |
| MKMapView | Embeddable Map View. |
| MKMapView+MKMapViewAppearance | Appearance class for objects of type MapKit.MKMapView. |
| MKMapViewAccessoryTappedEventArgs | Provides data for the MapKit.MKMapViewAccessoryTappedEventArgs.CalloutAccessoryControlTapped event. |
| MKMapViewAnnotation | Signature used to return a view from an annotation. |
| MKMapViewAnnotationEventArgs | Provides data for the MapKit.MKMapViewAnnotationEventArgs.DidAddAnnotationViews event. |
| MKMapViewChangeEventArgs | Provides data for the MapKit.MKMapViewChangeEventArgs.RegionChanged and MapKit.MKMapViewChangeEventArgs.RegionWillChange events. |
| MKMapViewDelegate | Used to receive notifications from an MKMapView. |
| MKMapViewDelegate_Extensions | Extension methods to the MapKit.IMKMapViewDelegate interface to support all the methods from the MapKit.MKMapViewDelegate protocol. |
| MKMapViewDragStateEventArgs | Provides data for the MapKit.MKMapViewDragStateEventArgs.ChangedDragState event. |
| MKMapViewOverlay | The delegate used by the MapKit.MKMapView.GetViewForOvleray property. |
| MKMultiPoint | The base class for map shapes composed of multiple points. |
| MKOverlay | Describes a map annotation that combines a location and a geometric shape. |
| MKOverlay_Extensions | Extension methods to the MapKit.IMKOverlay interface to support all the methods from the MapKit.MKOverlay protocol. |
| MKOverlayLevel | An enumeration whose value specify whether the overlay should render above roads, but beneath labels, etc.. |
| MKOverlayPathRenderer | A MapKit.MKOverlayPathRenderer whose visual representation is a CoreGraphics.CGPath. |
| MKOverlayPathView | A MapKit.MKOverlayView whose visual reprepresentation is a CoreGraphics.CGPath. Developers targeting iOS 7 and later should instead use MapKit.MKOverlayPathRenderer. |
| MKOverlayPathView+MKOverlayPathViewAppearance | Appearance class for objects of type MapKit.MKOverlayPathView. |
| MKOverlayRenderer | The visual representation of a MapKit.MKOverlay. |
| MKOverlayView | The visual representation of a MapKit.MKOverlay. MapKit.MKOverlayRenderer should be used instead of this class in apps targeting iOS 7 and later. |
| MKOverlayView+MKOverlayViewAppearance | Appearance class for objects of type MapKit.MKOverlayView. |
| MKOverlayViewsEventArgs | Provides data for the MapKit.MKOverlayViewsEventArgs.DidAddOverlayViews event. |
| MKPinAnnotationColor | Color for map pins. |
| MKPinAnnotationView | Represents a pin-like view that can be dropped on a map. |
| MKPinAnnotationView+MKPinAnnotationViewAppearance | Appearance class for objects of type MapKit.MKPinAnnotationView. |
| MKPlacemark | Combines a specific location with data such as country and human-meaningful strings (such as a street address). |
| MKPlacemarkAddress | Documentation for this section has not yet been entered. |
| MKPointAnnotation | A map annotation that associates a specific location with the meaningful strings (e.g., street address) of an MapKit.MKShape. |
| MKPolygon | A map annotation that represents a closed polygon overlaid on a specific location. |
| MKPolygonRenderer | The visual representation of an MapKit.MKPolygon annotation. |
| MKPolygonView | The visual representation of an MapKit.MKPolygon annotation. Developers targeting iOS 7 and later should instead use MapKit.MKPolygonRenderer. |
| MKPolygonView+MKPolygonViewAppearance | Appearance class for objects of type MapKit.MKPolygonView. |
| MKPolyline | A map annotation that represents a series of points that define an unclosed series of lines. |
| MKPolylineRenderer | The visual representation of a MapKit.MKPolyline. |
| MKPolylineView | The visual representation of an MapKit.MKPolyline. Application developers targeting iOS 7 and later should prefer to use MapKit.MKPolylineRenderer. |
| MKPolylineView+MKPolylineViewAppearance | Appearance class for objects of type MapKit.MKPolylineView. |
| MKRendererForOverlayDelegate | The function, specified by the MapKit.MKMapView.GetRendererForOverlay property, that calculates the proper renderer for a given MapKit.MKOverlay. |
| MKReverseGeocoder | Provides conversion between a specific location to information about that location (e.g., street address). |
| MKReverseGeocoderDelegate | When overridden, allows customization of events relating to the lifecycle of a MapKit.MKReverseGeocoder. |
| MKRoute | A traveling route, which consists of a number of MapKit.MKRouteSteps. |
| MKRouteStep | An element in a MapKit.MKRoute, representing a single traveling instruction. |
| MKShape | Base class for shape-based map annotations. |
| MKTileOverlay | An MapKit.MKOverlay that can be used in lieue of, or on top of, iOS's native map tiles. |
| MKTileOverlayLoadTileCompletionHandler | The completion handler for MapKit.MKTileOverlay.LoadTileAtPath. |
| MKTileOverlayPath | Encapsulates the index values of a particular MapKit.MKTileOverlay. |
| MKTileOverlayRenderer | Draws a MapKit.MKTileOverlay on a MapKit.MKMapView. |
| MKUserLocation | An annotation that represents the user's current location on a map. |
| MKUserLocationEventArgs | Provides data for the MapKit.MKUserLocationEventArgs.DidUpdateUserLocation event. |
| MKUserTrackingBarButtonItem | A specialized UIKit.UIBarButtonItem that allows the user to see and control the active MapKit.MKUserTrackingMode . |
| MKUserTrackingBarButtonItem+MKUserTrackingBarButtonItemAppearance | Appearance class for objects of type MapKit.MKUserTrackingBarButtonItem. |
| MKUserTrackingMode | An enumeration of valid tracking modes. |
| MMapViewUserTrackingEventArgs | Provides data for the MapKit.MMapViewUserTrackingEventArgs.DidChageUserTrackingMode and MapKit.MMapViewUserTrackingEventArgs.DidChangeUserTrackingMode events. |