Class MKSearchCompletionFilterType


  • public final class MKSearchCompletionFilterType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long AndQueries
      Returns completions for points of interest as well as query suggestions (e.g., "coffee")
      static long Only
      Returns completions only for points of interest
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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