Platforms to show: All Mac Windows Linux Cross-Platform

Back to MKLocalSearchCompleterMBS class.

MKLocalSearchCompleterMBS.filterType as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The filter options for the search results.

Use this property to determine whether you want completions that represent points-of-interest or whether completions might yield additional relevant query strings.
(Read and Write property)

MKLocalSearchCompleterMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Internal object reference.

(Read and Write property)

MKLocalSearchCompleterMBS.QueryFragment as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The search string for which you want completions.

Assigning a string to this property initiates a search based on that string. The completer object waits a short amount of time before initiating new searches. This delay gives you enough time to update the search string based on typed input from the user. For example, if you are using a text field to manage the input from the user, you could use the TextChange event to update the value of this property.
(Read and Write property)

Some examples using this property:

MKLocalSearchCompleterMBS.region as MKCoordinateRegionMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
The region that defines the geographic scope of the search.

Use this property to limit search results to the specified geographic area. The default value of this property is a region that spans the entire world.
(Read and Write property)

MKLocalSearchCompleterMBS.Searching as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property MapKit MBS MacFrameworks Plugin 19.0 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
A Boolean value indicating whether a search operation is in progress.

(Read only property)

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...