The methods of MapKit.MKMapView are listed below. For a list of all members, see the MKMapView Members list.
See Also: Inherited members from UIKit.UIView
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. | ||