MCELocationDatabase Class Reference
Inherits from | NSObject |
---|---|
Declared in | MCELocationDatabase.h MCELocationDatabase.m |
+ sharedInstance
This method returns the singleton object of this class.
+ (instancetype)sharedInstance
Discussion
This method returns the singleton object of this class.
Declared In
MCELocationDatabase.h
– beaconRegions
This method returns the beacon regions synced from the server.
- (NSMutableSet *)beaconRegions
Discussion
This method returns the beacon regions synced from the server.
Declared In
MCELocationDatabase.h
– geofencesNearCoordinate:radius:
This method returns the nearby sycned geofences from the server.
- (NSMutableSet *)geofencesNearCoordinate:(CLLocationCoordinate2D)coordinate radius:(double)radius
Discussion
This method returns the nearby sycned geofences from the server.
Declared In
MCELocationDatabase.h