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.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MapKit.MKOverlayRenderer OverlayRenderer(this MapKit.IMKMapViewDelegate This, MapKit.MKMapView mapView, MapKit.IMKOverlay overlay);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member OverlayRenderer : MapKit.IMKMapViewDelegate * MapKit.MKMapView * MapKit.IMKOverlay -> MapKit.MKOverlayRenderer
Parameters
- This
- IMKMapViewDelegate
- overlay
- IMKOverlay
The overlay requiring a renderer.
Returns
- Attributes