Constants indicating the types of search completions to return.
SDKs
- iOS 9.3–13.0Deprecated
- macOS 10.11.4–10.15Deprecated
- Mac Catalyst 13.0–13.0Deprecated
- tvOS 9.2–13.0Deprecated
Framework
- Map
Kit
Declaration
enum FilterType : Int
Constants indicating the types of search completions to return.
SDKs
Framework
enum FilterType : Int
case locations And Queries
Points of interest and query suggestions. Specify this value when you want both map-based points of interest and common query terms used to find locations. For example, the search string “cof” yields a completion for “coffee”.
case locations Only
Points of interest only. Specify this value when you want the search string to yield completions that correspond to a specific point-of-interest on the map.