SITGeofence
@interface SITGeofence : SITResource
Class containing information about a geofence
-
Name of the geofence
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSString *name;
-
Code of the geofence
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSString *code;
-
Deprecated
Deprecated, use infoHtml instead
Description of the geofence
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSString *description;
-
Additional information of the geofence in html format
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSString *infoHtml;
-
Id of the floor where the geofence is located
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSString *floorIdentifier;
-
Id of the building where the geofence is located
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSString *buildingIdentifier;
-
Array of SITPoints representing the corners of the geofence
Declaration
Objective-C
@property (readonly, strong, nonatomic, nonnull) NSArray<SITPoint *> *polygonPoints;