SITLocationProvider Constants Reference
Declared in | SITLocationRequest.h |
---|
SITLocationProvider
SITLocationProvider
@discussion: Multiple providers can determined the location. You can force to work with one. (Coming soon).
Definition
typedef NS_ENUM(int, SITLocationProvider ) {
kSITHybridProvider = 0,
kSITCloudProvider,
kSITInPhoneProvider,
};
Constants
kSITHybridProvider
-
Localization can use the best provider available at any given moment (default).
Declared In
SITLocationRequest.h
. kSITCloudProvider
-
Use only cloud provider.
Declared In
SITLocationRequest.h
. kSITInPhoneProvider
-
Use only phone provider. (coming soon).
Declared In
SITLocationRequest.h
.
Declared In
SITLocationRequest.h