MapKit.MKOverlayView Members

The members of MapKit.MKOverlayView are listed below.

See Also: Inherited members from UIKit.UIView

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Initializes the MKOverlayView with the specified frame.
A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.

Protected Constructors

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.

Public Properties

[read-only]
static
AppearanceMKOverlayView.MKOverlayViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
OverlayIMKOverlay. The MapKit.MKOverlay associated with this MapKit.MKOverlayView.

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.