MKMapViewDelegate.LoadingMapFailed(MKMapView, NSError) Method

Definition

Indicates an error caused loading to fail.

[Foundation.Export("mapViewDidFailLoadingMap:withError:")]
public virtual void LoadingMapFailed (MapKit.MKMapView mapView, Foundation.NSError error);
abstract member LoadingMapFailed : MapKit.MKMapView * Foundation.NSError -> unit
override this.LoadingMapFailed : MapKit.MKMapView * Foundation.NSError -> unit

Parameters

mapView
MKMapView
error
NSError
Attributes

Applies to