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
Declared In
TencentLBSLocationManager.h