Package apple.mapkit.enums
Class MKUserTrackingMode
- java.lang.Object
-
- apple.mapkit.enums.MKUserTrackingMode
-
public final class MKUserTrackingMode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longFollowthe map follows the user's locationstatic longFollowWithHeadingthe map follows the user's location and headingstatic longNonethe user's location is not followed
-
-
-
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
-
-