TencentLBSLocationFake Constants Reference

Declared in TencentLBSLocation.h

TencentLBSLocationFake

Definition

typedef NS_OPTIONS(NSUInteger, TencentLBSLocationFake ) {
   TencentLBSLocationFakeOK = 0,
   TencentLBSLocationFakeCoordinate = 1 < < 0,
   TencentLBSLocationFakeSpeed = 1 < < 1,
   TencentLBSLocationFakeCrc = 1 < < 2,
   TencentLBSLocationFakeMotion = 1 < < 3,
   TencentLBSLocationFakeMotionData = 1 < < 4,
   TencentLBSLocationFakeMotionType = 1 < < 5,
   TencentLBSLocationFakeFirstCallbackSpeed = 1 < < 6,
   TencentLBSLocationFakeSimulation = 1 < < 7,
   TencentLBSLocationFakeLocationAge = 1 < < 8,
   TencentLBSLocationFakeLocationSame = 1 < < 9,
};

Constants

TencentLBSLocationFakeOK

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeCoordinate

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeSpeed

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeCrc

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeMotion

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeMotionData

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeMotionType

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeFirstCallbackSpeed

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeSimulation

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeLocationAge

Declared In TencentLBSLocation.h.

TencentLBSLocationFakeLocationSame

Declared In TencentLBSLocation.h.