MKMapViewDelegate.DidFailToLocateUser(MKMapView, NSError) Method

Definition

Indicates that the attempt to locate the current user has failed due to error.

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

Parameters

mapView
MKMapView
error
NSError
Attributes

Applies to