TencentLBSDRStartCode Constants Reference
Declared in | TencentLBSLocationManager.h |
---|
TencentLBSDRStartCode
Definition
typedef NS_ENUM(NSInteger, TencentLBSDRStartCode ) {
TencentLBSDRStartCodeSuccess = 0,
TencentLBSDRStartCodeNotSupport = -1,
TencentLBSDRStartCodeHasStarted = -2,
TencentLBSDRStartCodeSensorFailed = -3,
TencentLBSDRStartCodeGpsFailed = -4,
TencentLBSDRStartCodePermissionFailed = -5,
TencentLBSDRStartCodeUnkown = -6,
};
Constants
TencentLBSDRStartCodeSuccess
-
Declared In
TencentLBSLocationManager.h
. TencentLBSDRStartCodeNotSupport
-
Declared In
TencentLBSLocationManager.h
. TencentLBSDRStartCodeHasStarted
-
Declared In
TencentLBSLocationManager.h
. TencentLBSDRStartCodeSensorFailed
-
Declared In
TencentLBSLocationManager.h
. TencentLBSDRStartCodeGpsFailed
-
Declared In
TencentLBSLocationManager.h
. TencentLBSDRStartCodePermissionFailed
-
Declared In
TencentLBSLocationManager.h
. TencentLBSDRStartCodeUnkown
-
Declared In
TencentLBSLocationManager.h
.