Share via


MKLocalSearchCompleterDelegate_Extensions.DidFail Method

Definition

The search completer encountered an error while searching for completions.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidFail(this MapKit.IMKLocalSearchCompleterDelegate This, MapKit.MKLocalSearchCompleter completer, Foundation.NSError error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidFail : MapKit.IMKLocalSearchCompleterDelegate * MapKit.MKLocalSearchCompleter * Foundation.NSError -> unit

Parameters

completer
MKLocalSearchCompleter

The search completer to which this delegate belongs.

error
NSError

The error that occured.

Attributes

Applies to