Share via


MKMapViewDelegate_Extensions.DidFailToLocateUser Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidFailToLocateUser(this MapKit.IMKMapViewDelegate This, MapKit.MKMapView mapView, Foundation.NSError error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidFailToLocateUser : MapKit.IMKMapViewDelegate * MapKit.MKMapView * Foundation.NSError -> unit

Parameters

mapView
MKMapView
error
NSError
Attributes

Applies to