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
-
Declared In
TencentLBSLocation.h
. TencentLBSLocationProviderNetWork
-
Declared In
TencentLBSLocation.h
. TencentLBSLocationProviderSimulated
-
Declared In
TencentLBSLocation.h
. TencentLBSLocationProviderAccessoryGPS
-
Declared In
TencentLBSLocation.h
. TencentLBSLocationProviderAccessoryNetwork
-
Declared In
TencentLBSLocation.h
.