CLLocationManagerDelegate.Failed(CLLocationManager, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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