TencentLBSLocationError Constants Reference

Declared in TencentLBSLocationManager.h

TencentLBSLocationError

定位错误码枚举

Definition

typedef NS_ENUM(NSUInteger, TencentLBSLocationError ) {
   TencentLBSLocationErrorUnknown = 0,
   TencentLBSLocationErrorDenied = 1,
   TencentLBSLocationErrorNetwork = 2,
   TencentLBSLocationErrorHeadingFailure = 3,
   TencentLBSLocationErrorOther = 4,
};

Constants

TencentLBSLocationErrorUnknown

错误码,表示目前位置未知,但是会一直尝试获取

Declared In TencentLBSLocationManager.h.

TencentLBSLocationErrorDenied

错误码,表示定位权限被禁止

Declared In TencentLBSLocationManager.h.

TencentLBSLocationErrorNetwork

错误码,表示网络错误

Declared In TencentLBSLocationManager.h.

TencentLBSLocationErrorHeadingFailure

错误码,表示朝向无法确认

Declared In TencentLBSLocationManager.h.

TencentLBSLocationErrorOther

错误码,表示未知错误

Declared In TencentLBSLocationManager.h.

Declared In

TencentLBSLocationManager.h