TencentLBSLocationFake Constants Reference

Declared in TencentLBSLocation.h

TencentLBSLocationFake

定位作弊码枚举,使用位掩码标识多种作弊类型

Definition

typedef NS_OPTIONS(NSUInteger, TencentLBSLocationFake ) {
   TencentLBSLocationFakeOK = 0,
   TencentLBSLocationFakeFirstCallbackSpeed = 1 < < 6,
   TencentLBSLocationFakeSimulation = 1 < < 7,
   TencentLBSLocationFakeLocationAge = 1 < < 8,
   TencentLBSLocationFakeLocationSame = 1 < < 9,
};

Constants

TencentLBSLocationFakeOK

正常

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeFirstCallbackSpeed

64,系统首次定位回调速度校验

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeSimulation

128,模拟位置校验

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeLocationAge

256,系统当前时间与 Location 的时间校验

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeLocationSame

512,系统一直回调同一个点校验

Declared In TencentLBSLocation.h.

Declared In

TencentLBSLocation.h