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.