BDFenceInfo

@interface BDFenceInfo : NSObject <BDPSpatialObjectInfo, NSCoding>

Information about a geofence, as defined in Canvas.

  • The name of this Fence that was entered into Canvas

    Declaration

    Objective-C

    @property (copy, readonly) NSString *name;
  • The description of this Fence that was entered into Canvas

    Declaration

    Objective-C

    @property (copy, readonly) NSString *description;
  • ID

    The description of this ID of the fence

    Declaration

    Objective-C

    @property (copy, readonly) NSString *ID;
  • The geometry of this Fence that was defined in Canvas This property conforms the spatial aspect of BDBeaconInfo and BDFenceInfo to a common interface BDPSpatialObjectInfo.

    Declaration

    Objective-C

    @property (readonly) BDGeometry *geometry;