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-
普适定位结果来源未知
TencentLBSLocationProviderGPS-
普适定位结果来源手机的 GPS
TencentLBSLocationProviderNetWork-
普适定位结果来源手机的 Network
TencentLBSLocationProviderSimulated-
普适定位结果来源模拟定位
TencentLBSLocationProviderAccessoryGPS-
普适定位结果来源外设的 GPS
TencentLBSLocationProviderAccessoryNetwork-
普适定位结果来源外设的 Network
Declared In
TencentLBSLocation.h