MKLocalSearchCompleterDelegate.DidFail 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.
The search completer encountered an error while searching for completions.
[Foundation.Export("completer:didFailWithError:")]
public virtual void DidFail (MapKit.MKLocalSearchCompleter completer, Foundation.NSError error);
abstract member DidFail : MapKit.MKLocalSearchCompleter * Foundation.NSError -> unit
override this.DidFail : MapKit.MKLocalSearchCompleter * Foundation.NSError -> unit
Parameters
- completer
- MKLocalSearchCompleter
The search completer to which this delegate belongs.
- error
- NSError
The error that occured.
- Attributes