MKLocalSearch.Start(MKLocalSearchCompletionHandler) Method

Definition

[Foundation.Export("startWithCompletionHandler:")]
public virtual void Start (MapKit.MKLocalSearchCompletionHandler completionHandler);
abstract member Start : MapKit.MKLocalSearchCompletionHandler -> unit
override this.Start : MapKit.MKLocalSearchCompletionHandler -> unit

Parameters

completionHandler
MKLocalSearchCompletionHandler
Attributes

Remarks

This can be used from a background thread.

Applies to