MKLocalSearchCompleterDelegate.DidUpdateResults 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 updated the results with new search completions.
[Foundation.Export("completerDidUpdateResults:")]
public virtual void DidUpdateResults (MapKit.MKLocalSearchCompleter completer);
abstract member DidUpdateResults : MapKit.MKLocalSearchCompleter -> unit
override this.DidUpdateResults : 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.