TencentLBSDRStartCode Constants Reference

Declared in TencentLBSLocationManager.h

TencentLBSDRStartCode

DR 引擎启动返回码枚举

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

传感器有缺失或没有 GPS 芯片

Declared In TencentLBSLocationManager.h.

TencentLBSDRStartCodeHasStarted

已经启动

Declared In TencentLBSLocationManager.h.

TencentLBSDRStartCodeSensorFailed

传感器启动失败

Declared In TencentLBSLocationManager.h.

TencentLBSDRStartCodeGpsFailed

GPS 启动失败

Declared In TencentLBSLocationManager.h.

TencentLBSDRStartCodePermissionFailed

没有位置权限

Declared In TencentLBSLocationManager.h.

TencentLBSDRStartCodeUnkown

未知

Declared In TencentLBSLocationManager.h.

Declared In

TencentLBSLocationManager.h