Package apple.mapkit.enums
Class MKSearchCompletionFilterType
- java.lang.Object
-
- apple.mapkit.enums.MKSearchCompletionFilterType
-
public final class MKSearchCompletionFilterType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAndQueriesReturns completions for points of interest as well as query suggestions (e.g., "coffee")static longOnlyReturns completions only for points of interest
-
-
-
Field Detail
-
AndQueries
public static final long AndQueries
Returns completions for points of interest as well as query suggestions (e.g., "coffee")- See Also:
- Constant Field Values
-
Only
public static final long Only
Returns completions only for points of interest- See Also:
- Constant Field Values
-
-