TencentLBSLocationProvider Constants Reference

Declared in TencentLBSLocation.h

TencentLBSLocationProvider

普适定位结果来源枚举

Definition

typedef NS_ENUM(NSInteger, TencentLBSLocationProvider ) {
   TencentLBSLocationProviderUnkown = -1,
   TencentLBSLocationProviderGPS = 0,
   TencentLBSLocationProviderNetWork = 1,
   TencentLBSLocationProviderSimulated = 2,
   TencentLBSLocationProviderAccessoryGPS = 3,
   TencentLBSLocationProviderAccessoryNetwork = 4,
};

Constants

TencentLBSLocationProviderUnkown

普适定位结果来源未知

Declared In TencentLBSLocation.h.

TencentLBSLocationProviderGPS

普适定位结果来源手机的 GPS

Declared In TencentLBSLocation.h.

TencentLBSLocationProviderNetWork

普适定位结果来源手机的 Network

Declared In TencentLBSLocation.h.

TencentLBSLocationProviderSimulated

普适定位结果来源模拟定位

Declared In TencentLBSLocation.h.

TencentLBSLocationProviderAccessoryGPS

普适定位结果来源外设的 GPS

Declared In TencentLBSLocation.h.

TencentLBSLocationProviderAccessoryNetwork

普适定位结果来源外设的 Network

Declared In TencentLBSLocation.h.

Declared In

TencentLBSLocation.h