CLLocationManagerDelegate.Failed(CLLocationManager, NSError) Method

Definition

A failure occurred while updating locations.

[Foundation.Export("locationManager:didFailWithError:")]
public virtual void Failed (CoreLocation.CLLocationManager manager, Foundation.NSError error);
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.

Attributes

Applies to