MGLUserTrackingMode Constants Reference
Declared in | MGLTypes.h |
MGLUserTrackingMode
The mode used to track the user location on the map.
Definition
typedef NS_ENUM(NSUInteger, MGLUserTrackingMode ) {
MGLUserTrackingModeNone = 0,
MGLUserTrackingModeFollow,
MGLUserTrackingModeFollowWithHeading,
MGLUserTrackingModeFollowWithCourse,
};
Constants
MGLUserTrackingModeNone
-
The map does not follow the user location.
Declared In
MGLTypes.h
. MGLUserTrackingModeFollow
-
The map follows the user location.
Declared In
MGLTypes.h
. MGLUserTrackingModeFollowWithHeading
-
The map follows the user location and rotates when the heading changes.
Declared In
MGLTypes.h
. MGLUserTrackingModeFollowWithCourse
-
The map follows the user location and rotates when the course changes.
Declared In
MGLTypes.h
.
Declared In
MGLTypes.h