MapKit.MKOverlayView: Method Members

The methods of MapKit.MKOverlayView are listed below. For a list of all members, see the MKOverlayView Members list.

See Also: Inherited members from UIKit.UIView

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : MKOverlayView.MKOverlayViewAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
CanDrawMapRect(MKMapRect, nfloat) : bool
Returns true if the MapKit.MKOverlayView has the data it needs to draw properly.
DrawMapRect(MKMapRect, CoreGraphics.CGContext, nfloat)
Draws the overlay view for the specified mapRect.
static
GetAppearance<T>() : MKOverlayView.MKOverlayViewAppearance
Returns a MapKit.MKOverlayViewAppearance for the specified type T.
static
GetAppearance<T>(UIKit.UITraitCollection) : MKOverlayView.MKOverlayViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UIKit.UITraitCollection, params Type[]) : MKOverlayView.MKOverlayViewAppearance
Documentation for this section has not yet been entered.
MapPointForPoint(CoreGraphics.CGPoint) : MKMapPoint
The MapKit.MKMapPoint corresponding to the specified point.
MapRectForRect(CoreGraphics.CGRect) : MKMapRect
The MapKit.MKMapRect corresponding to the specified rect.
static
MKRoadWidthAtZoomScale(nfloat) : nfloat
Application developers should not use this function in iOS 6 or later.
PointForMapPoint(MKMapPoint) : CoreGraphics.CGPoint
Returns a System.Drawing.PointF corresponding to the mapPoint.
RectForMapRect(MKMapRect) : CoreGraphics.CGRect
Returns a System.Drawing.RectangleF in the MapKit.MKOverlayView's coordinate system corresponding to the mapRect.
SetNeedsDisplay(MKMapRect)
Invalidates the view in the specified mapRect in all zoom scales.
SetNeedsDisplay(MKMapRect, nfloat)
Invalidates the view in the specified mapRect at the specified zoomScale.

Protected Methods

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