MCEGeofence Class Reference
Inherits from | MCEArea : NSObject |
---|---|
Declared in | MCEGeofence.h MCEGeofence.m |
locationId
locationId represents the unique key for this iBeacon on the server.
@property NSString *locationId
Discussion
locationId represents the unique key for this iBeacon on the server.
Declared In
MCEGeofence.h
isCustom
isCustom is true if the geofence is defined by behavior and false otherwise.
@property BOOL isCustom
Discussion
isCustom is true if the geofence is defined by behavior and false otherwise.
Declared In
MCEGeofence.h
region
region provides a core location circular region for the geofence.
@property (readonly) CLCircularRegion *region
Discussion
region provides a core location circular region for the geofence.
Declared In
MCEGeofence.h