MKMapViewDelegate_Extensions.DidAddOverlayRenderers 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.
Called when an overlay renderer (or renderers) have been added to mapView
.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidAddOverlayRenderers (this MapKit.IMKMapViewDelegate This, MapKit.MKMapView mapView, MapKit.MKOverlayRenderer[] renderers);
static member DidAddOverlayRenderers : MapKit.IMKMapViewDelegate * MapKit.MKMapView * MapKit.MKOverlayRenderer[] -> unit
Parameters
- This
- IMKMapViewDelegate
The instance on which this extension method operates.
- mapView
- MKMapView
- renderers
- MKOverlayRenderer[]
- Attributes