7 #ifndef CORECONSTANTS_H__GLYMPSE__
8 #define CORECONSTANTS_H__GLYMPSE__
24 public:
static const int32 PRIMITIVE_TYPE_ARRAY = 0x00000001;
25 public:
static const int32 PRIMITIVE_TYPE_OBJECT = 0x00000002;
26 public:
static const int32 PRIMITIVE_TYPE_DOUBLE = 0x00000004;
27 public:
static const int32 PRIMITIVE_TYPE_LONG = 0x00000008;
28 public:
static const int32 PRIMITIVE_TYPE_BOOLEAN = 0x00000010;
29 public:
static const int32 PRIMITIVE_TYPE_STRING = 0x00000020;
30 public:
static const int32 PRIMITIVE_TYPE_NULL = 0x00000040;
38 public:
static const int32 LOCATION_STATE_NOT_DETERMINED = 1;
39 public:
static const int32 LOCATION_STATE_DENIED = 2;
40 public:
static const int32 LOCATION_STATE_ACQUIRED = 3;
41 public:
static const int32 LOCATION_STATE_ERROR = 4;
51 public:
static const int32 INFO = 1;
52 public:
static const int32 DUMP = 2;
53 public:
static const int32 NOTICE = 3;
54 public:
static const int32 WARNING = 4;
55 public:
static const int32 ERROR = 5;
56 public:
static const int32 CRITICAL = 6;
57 public:
static const int32 NONE = 7;
101 public:
static const int32 LOCATION_SOURCE_NETWORK = 0x00000001;
102 public:
static const int32 LOCATION_SOURCE_GPS = 0x00000002;
103 public:
static const int32 LOCATION_SOURCE_PASSIVE = 0x00000004;
104 public:
static const int32 LOCATION_SOURCE_ALL
105 = LOCATION_SOURCE_NETWORK
106 | LOCATION_SOURCE_GPS;
130 public:
static const int32 LOCATION_PRIORITY_HIGH_ACCURACY = 100;
131 public:
static const int32 LOCATION_PRIORITY_BALANCED_POWER_ACCURACY = 102;
132 public:
static const int32 LOCATION_PRIORITY_NO_POWER = 105;
140 public:
static const int32 GEOFENCE_TRANSITION_ENTER = 0x1;
141 public:
static const int32 GEOFENCE_TRANSITION_EXIT = 0x2;
149 public:
static const int32 ETA_TRANSITION_DROPS_BELOW = 0x1;
150 public:
static const int32 ETA_TRANSITION_RISES_ABOVE = 0x2;
158 public:
static const int32 PUSH_AVAILABILITY_UNKNOWN = 1;
159 public:
static const int32 PUSH_AVAILABILITY_UNAVAILABLE = 2;
160 public:
static const int32 PUSH_AVAILABILITY_AVAILABLE = 3;
161 public:
static const int32 PUSH_AVAILABILITY_DENIED = 4;
293 #endif // !CORECONSTANTS_H__GLYMPSE__