Package | com.distriqt.extension.nativemaps.objects |
Class | public class UserTrackingMode |
Inheritance | UserTrackingMode Object |
Class to define values for user tracking modes available.
This is only used for iOS maps, Android does not support the user tracking feature.
These values represent the options of the iOS MKUserTrackingMode as referenced here
Constant | Defined By | ||
---|---|---|---|
FOLLOW : uint = 1 [static]
The map will follow the user's location but ignore the heading. | UserTrackingMode | ||
FOLLOW_WITH_HEADING : uint = 2 [static]
The map will follow the user's location and heading values. | UserTrackingMode | ||
NONE : uint = 0 [static]
Default setting. | UserTrackingMode |
FOLLOW | Constant |
public static const FOLLOW:uint = 1
The map will follow the user's location but ignore the heading.
FOLLOW_WITH_HEADING | Constant |
public static const FOLLOW_WITH_HEADING:uint = 2
The map will follow the user's location and heading values.
NONE | Constant |
public static const NONE:uint = 0
Default setting. No follow mode is active.