MRLocationProviderType Constants Reference
| Declared in | MRLocation.h | 
|---|
MRLocationProviderType
Constants for different types of location providers.
Definition
typedef NS_ENUM(NSInteger, MRLocationProviderType ) {
                            
                               MRLocationProviderTypeUnknown,
                            
                               MRLocationProviderTypeSystem,
                            
                               MRLocationProviderTypeBeacons,
                            
                               MRLocationProviderTypeSimulated,
                            
                               MRLocationProviderTypeInactive,
                            
                            };
                    
                    Constants
MRLocationProviderTypeUnknown- 
the original source of this location is not known
Declared In
MRLocation.h. MRLocationProviderTypeSystem- 
the original source of this location was from Core Location (CLLocationManager)
Declared In
MRLocation.h. MRLocationProviderTypeBeacons- 
the original source of this location was from iBeacons
Declared In
MRLocation.h. MRLocationProviderTypeSimulated- 
the original source of this location was from the Meridian Editor
Declared In
MRLocation.h. MRLocationProviderTypeInactive- 
the original source of this location is inactive
Declared In
MRLocation.h. 
Declared In
MRLocation.h