Class MKUserTrackingMode


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

      Fields 
      Modifier and Type Field Description
      static long Follow
      the map follows the user's location
      static long FollowWithHeading
      the map follows the user's location and heading
      static long None
      the user's location is not followed
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • None

        public static final long None
        the user's location is not followed
        See Also:
        Constant Field Values
      • Follow

        public static final long Follow
        the map follows the user's location
        See Also:
        Constant Field Values
      • FollowWithHeading

        public static final long FollowWithHeading
        the map follows the user's location and heading
        See Also:
        Constant Field Values