MKMapViewDelegate.DidFinishRenderingMap(MKMapView, Boolean) 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.
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