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
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. | ||