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