MapKit.MKMapView: Method Members

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

Public Methods

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[]) : MKMapView.MKMapViewAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
ConvertCoordinate(CoreLocation.CLLocationCoordinate2D, UIKit.UIView) : CoreGraphics.CGPoint
Converts a map coordinate to a point.
ConvertPoint(UIKit.UIView, CoreGraphics.CGPoint) : CoreLocation.CLLocationCoordinate2D
Converts a point to a map coordinate.
ConvertRect(UIKit.UIView, CoreGraphics.CGRect) : MKCoordinateRegion
Converts a rectangle to a map region
ConvertRegion(MKCoordinateRegion, UIKit.UIView) : CoreGraphics.CGRect
Converts a map region to a rectangle.
DequeueReusableAnnotation(string) : MKAnnotationView
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) : Foundation.NSSet
Returns the annotations located in a specified map rectangle.
static
GetAppearance<T>() : MKMapView.MKMapViewAppearance
Returns a MapKit.MKMapViewAppearance for the specified type T.
static
GetAppearance<T>(UIKit.UITraitCollection) : MKMapView.MKMapViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UIKit.UITraitCollection, params Type[]) : MKMapView.MKMapViewAppearance
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) : MKMapRect
Adjusts the width and height of a map rectangle so it fist in the map view's frame.
MapRectThatFits(MKMapRect, UIKit.UIEdgeInsets) : MKMapRect
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) : IMKOverlay[]
The overlays in the specified level.
RegionThatFits(MKCoordinateRegion) : 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) : MKOverlayRenderer
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) : MKAnnotationView
Documentation for this section has not yet been entered.
ViewForOverlay(IMKOverlay) : MKOverlayView
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the MKMapView object.