MKSearchCompletionFilterType Enum

Definition

Enumerates values that control whether search queries, in addition to place results, are included in completion lists.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 9, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MKSearchCompletionFilterType
type MKSearchCompletionFilterType = 
Inheritance
MKSearchCompletionFilterType
Attributes

Fields

AndQueries 0

Include related search queries in the completion results, in addition to place names.

Only 1

Only include place names in the completion results.

Applies to