The members of MapKit.MKMapView are listed below.
See Also: Inherited members from UIKit.UIView
| Default constructor that initializes a new instance of this class with no parameters. | ||
| Initializes the MKMapView with the specified frame. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. |
| 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. |
| [read-only] | Annotations | IMKAnnotation[]. Returns all the annotations associated with a map. |
| [read-only] | AnnotationVisibleRect | CoreGraphics.CGRect. Returns the rectangle where annotations are displayed. |
| [read-only] static | Appearance | MKMapView.MKMapViewAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| Camera | MKMapCamera. Defines the perspective of the map. | |
| CenterCoordinate | CoreLocation.CLLocationCoordinate2D. The center of the map. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | IMKMapViewDelegate. An instance of the MapKit.MKMapViewDelegate model class which acts as the class delegate. | |
| GetViewForAnnotation | MKMapViewAnnotation. Delegate invoked by the object to get a value. | |
| GetViewForOverlay | MKMapViewOverlay. Delegate invoked by the object to get a value. | |
| MapType | MKMapType. The type of map to display | |
| OverlayRenderer | MKRendererForOverlayDelegate. Delegate invoked by the object to get a value. | |
| [read-only] | Overlays | IMKOverlay[]. Returns the overlays for the map. |
| PitchEnabled | bool. Whether the view uses the angle defined by the MKMapView.Camera. | |
| Region | MKCoordinateRegion. The region displayed by the map view. | |
| RotateEnabled | bool. Whether the view uses the heading defined by the MKMapView.Camera. | |
| ScrollEnabled | bool. Control if the map can be scrolled with a pan gesture. | |
| SelectedAnnotations | IMKAnnotation[]. An array containing the curently selected annotations. | |
| ShowsBuildings | bool. Whether 3D geometry (if available) is rendered. | |
| ShowsPointsOfInterest | bool. Whether the map should display features that are marked as points of interest. | |
| ShowsUserLocation | bool. Shows the user's location. | |
| [read-only] | UserLocation | MKUserLocation. Returns the user's location. |
| [read-only] | UserLocationVisible | bool. Returns if the user's location is currently visible on the map. |
| UserTrackingMode | MKUserTrackingMode. Specifies if and how the map should track the application user's position. | |
| VisibleMapRect | MKMapRect. The map rectangle that is currently visible. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type | |
| ZoomEnabled | bool. Controls if the user can zoom in and out of the map using a pinch gesture. |
AddAnnotation(IMKAnnotation)Documentation for this section has not yet been entered. | ||
AddAnnotations(params IMKAnnotation[])Documentation for this section has not yet been entered. | ||
AddOverlay(IMKOverlay)Documentation for this section has not yet been entered. | ||
AddOverlay(IMKOverlay, MKOverlayLevel)Adds an overlay to the map. | ||
AddOverlays(IMKOverlay[])Documentation for this section has not yet been entered. | ||
AddOverlays(IMKOverlay[], MKOverlayLevel)Adds multiple overlays to the map. | ||
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
ConvertCoordinate(CoreLocation.CLLocationCoordinate2D, UIKit.UIView)Converts a map coordinate to a point. | ||
ConvertPoint(UIKit.UIView, CoreGraphics.CGPoint)Converts a point to a map coordinate. | ||
ConvertRect(UIKit.UIView, CoreGraphics.CGRect)Converts a rectangle to a map region | ||
ConvertRegion(MKCoordinateRegion, UIKit.UIView)Converts a map region to a rectangle. | ||
DequeueReusableAnnotation(string)Returns a reusable annnotation view. | ||
DeselectAnnotation(IMKAnnotation, bool)Documentation for this section has not yet been entered. | ||
ExchangeOverlay(IMKOverlay, IMKOverlay)Swaps the index position of two overlays, changing their z-order. | ||
ExchangeOverlays(nint, nint)Swaps the index positions of two overlays. | ||
GetAnnotations(MKMapRect)Returns the annotations located in a specified map rectangle. | ||
static | GetAppearance<T>()Returns a MapKit.MKMapViewAppearance for the specified type T. | |
static | GetAppearance<T>(UIKit.UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UIKit.UITraitCollection, params Type[])Documentation for this section has not yet been entered. | |
InsertOverlay(IMKOverlay, nint)Documentation for this section has not yet been entered. | ||
InsertOverlay(IMKOverlay, MKOverlayLevel, nuint)Adds an overlay at a specific z-index relative to other overlays. | ||
InsertOverlayAbove(IMKOverlay, IMKOverlay)Documentation for this section has not yet been entered. | ||
InsertOverlayBelow(IMKOverlay, IMKOverlay)Documentation for this section has not yet been entered. | ||
MapRectThatFits(MKMapRect)Adjusts the width and height of a map rectangle so it fist in the map view's frame. | ||
MapRectThatFits(MKMapRect, UIKit.UIEdgeInsets)Adjusts the width and height of a map rectangle so it fits in the map view's frame, including accounting for padding between the frame and the map rectangle. | ||
OverlaysInLevel(MKOverlayLevel)The overlays in the specified level. | ||
RegionThatFits(MKCoordinateRegion)Adjusts the size of the region to fit within the map view's frame | ||
RemoveAnnotation(IMKAnnotation)Documentation for this section has not yet been entered. | ||
RemoveAnnotations(params IMKAnnotation[])Documentation for this section has not yet been entered. | ||
RemoveOverlay(IMKOverlay)Documentation for this section has not yet been entered. | ||
RemoveOverlays(params IMKOverlay[])Documentation for this section has not yet been entered. | ||
RendererForOverlay(IMKOverlay)The MapKit.MKOverlayRenderer associated with the specified overlay. | ||
SelectAnnotation(IMKAnnotation, bool)Documentation for this section has not yet been entered. | ||
SetCamera(MKMapCamera, bool)Sets the MKMapView.Camera property, optionally animating. | ||
SetCenterCoordinate(CoreLocation.CLLocationCoordinate2D, bool)Sets the map center. This method is asynchronous. | ||
SetRegion(MKCoordinateRegion, bool)Changes the region dispalyed on the map. | ||
SetUserTrackingMode(MKUserTrackingMode, bool)Sets the user tracking mode to a value in MapKit.MKUserTrackingMode. | ||
SetVisibleMapRect(MKMapRect, bool)Sets the visible area of the map. | ||
SetVisibleMapRect(MKMapRect, UIKit.UIEdgeInsets, bool)Sets the visible area of the map, including additional space for padding. | ||
ShowAnnotations(IMKAnnotation[], bool)Sets the visible region of the map such that the specified annotations can all be seen. | ||
ViewForAnnotation(IMKAnnotation)Documentation for this section has not yet been entered. | ||
ViewForOverlay(IMKOverlay)Documentation for this section has not yet been entered. | ||
| CalloutAccessoryControlTapped | Event raised by the object. | |
| ChangedDragState | Event raised by the object. | |
| DidAddAnnotationViews | Event raised by the object. | |
| DidAddOverlayRenderers | Event raised by the object. | |
| DidAddOverlayViews | Event raised by the object. | |
| DidChangeUserTrackingMode | Documentation for this section has not yet been entered. | |
| DidDeselectAnnotationView | Event raised by the object. | |
| DidFailToLocateUser | Event raised by the object. | |
| DidFinishRenderingMap | Event raised by the object. | |
| DidSelectAnnotationView | Event raised by the object. | |
| DidStopLocatingUser | Event raised by the object. | |
| DidUpdateUserLocation | Event raised by the object. | |
| LoadingMapFailed | Event raised by the object. | |
| MapLoaded | Event raised by the object. | |
| RegionChanged | Event raised by the object. | |
| RegionWillChange | Event raised by the object. | |
| WillStartLoadingMap | Event raised by the object. | |
| WillStartLocatingUser | Event raised by the object. | |
| WillStartRenderingMap | Event raised by the object. |