Share via


MKLocalSearchCompleterDelegate_Extensions.DidUpdateResults Method

Definition

The search completer updated the results with new search completions.

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

Parameters

completer
MKLocalSearchCompleter

The search completer to which this delegate belongs.

Attributes

Remarks

After this method is called, developers can check the Results property for the newest results.

Applies to