Packagecom.distriqt.extension.nativemaps.objects
Classpublic class UserTrackingMode
InheritanceUserTrackingMode Inheritance 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



Public Constants
 ConstantDefined 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
Constant Detail
FOLLOWConstant
public static const FOLLOW:uint = 1

The map will follow the user's location but ignore the heading.

FOLLOW_WITH_HEADINGConstant 
public static const FOLLOW_WITH_HEADING:uint = 2

The map will follow the user's location and heading values.

NONEConstant 
public static const NONE:uint = 0

Default setting. No follow mode is active.