The members of MapKit.MKOverlayView 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 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. |
| 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] static | Appearance | MKOverlayView.MKOverlayViewAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Overlay | IMKOverlay. The MapKit.MKOverlay associated with this MapKit.MKOverlayView. |
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
CanDrawMapRect(MKMapRect, nfloat)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>()Returns a MapKit.MKOverlayViewAppearance 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. | |
MapPointForPoint(CoreGraphics.CGPoint)The MapKit.MKMapPoint corresponding to the specified point. | ||
MapRectForRect(CoreGraphics.CGRect)The MapKit.MKMapRect corresponding to the specified rect. | ||
static | MKRoadWidthAtZoomScale(nfloat)Application developers should not use this function in iOS 6 or later. | |
PointForMapPoint(MKMapPoint)Returns a System.Drawing.PointF corresponding to the mapPoint. | ||
RectForMapRect(MKMapRect)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. | ||