MKMapViewDelegate_Extensions.OverlayRenderer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calculates he MKOverlayRenderer appropriate to the overlay
.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static MapKit.MKOverlayRenderer OverlayRenderer (this MapKit.IMKMapViewDelegate This, MapKit.MKMapView mapView, MapKit.IMKOverlay overlay);
static member OverlayRenderer : MapKit.IMKMapViewDelegate * MapKit.MKMapView * MapKit.IMKOverlay -> MapKit.MKOverlayRenderer
Parameters
- This
- IMKMapViewDelegate
The instance on which this extension method operates.
- overlay
- IMKOverlay
The overlay requiring a renderer.
Returns
- Attributes