MKMapViewDelegate.DidFinishRenderingMap(MKMapView, Boolean) Method

Definition

Indicates that rendering of mapView has completed.

[Foundation.Export("mapViewDidFinishRenderingMap:fullyRendered:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidFinishRenderingMap (MapKit.MKMapView mapView, bool fullyRendered);
abstract member DidFinishRenderingMap : MapKit.MKMapView * bool -> unit
override this.DidFinishRenderingMap : MapKit.MKMapView * bool -> unit

Parameters

mapView
MKMapView
fullyRendered
Boolean
Attributes

Applies to