Share via


CLLocationManagerDelegate.Failed(CLLocationManager, NSError) Method

Definition

A failure occurred while updating locations.

[Foundation.Export("locationManager:didFailWithError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Failed(CoreLocation.CLLocationManager manager, Foundation.NSError error);
[<Foundation.Export("locationManager:didFailWithError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Failed : CoreLocation.CLLocationManager * Foundation.NSError -> unit
override this.Failed : CoreLocation.CLLocationManager * Foundation.NSError -> unit

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

error
NSError

The error that occurred.

Implements

Attributes

Applies to