MKMapViewDelegate_Extensions.DidAddOverlayViews 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.
Developers should not use this deprecated method. Developers should use 'DidAddOverlayRenderers' instead.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'DidAddOverlayRenderers' instead.")]
public static void DidAddOverlayViews (this MapKit.IMKMapViewDelegate This, MapKit.MKMapView mapView, MapKit.MKOverlayView overlayViews);
static member DidAddOverlayViews : MapKit.IMKMapViewDelegate * MapKit.MKMapView * MapKit.MKOverlayView -> unit
Parameters
- This
- IMKMapViewDelegate
The instance on which this extension method operates.
- mapView
- MKMapView
- overlayViews
- MKOverlayView
- Attributes