BDBeaconInfo

Deprecated

First deprecated in 15.4.0 - It will be removed in a future version


@interface BDBeaconInfo : NSObject <BDPSpatialObjectInfo, NSCoding>

Information about a BLE Beacon, as defined in Canvas.

  • Deprecated

    First deprecated in 15.4.0 - It will be removed in a future version

    The name of this Beacon that was entered into Canvas

    Declaration

    Objective-C

    @property (copy, readonly) NSString *name;
  • Deprecated

    First deprecated in 15.4.0 - It will be removed in a future version

    The description of this Beacon that was entered into Canvas

    Declaration

    Objective-C

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

    Deprecated

    First deprecated in 15.4.0 - It will be removed in a future version

    The ID of this Beacon

    Declaration

    Objective-C

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

    First deprecated in 15.4.0 - It will be removed in a future version

    The proximityUUID of this Beacon, as entered into Canvas

    Declaration

    Objective-C

    @property (copy, readonly) NSString *proximityUuid;
  • Deprecated

    First deprecated in 15.4.0 - It will be removed in a future version

    The major identifier of this Beacon, as entered into Canvas

    Declaration

    Objective-C

    @property (readonly) NSUInteger major;
  • Deprecated

    First deprecated in 15.4.0 - It will be removed in a future version

    The minor identifier of this Beacon, as entered into Canvas

    Declaration

    Objective-C

    @property (readonly) NSUInteger minor;
  • Deprecated

    First deprecated in 15.4.0 - It will be removed in a future version

    The approximate location of this Beacon, as entered into Canvas, or NULL if this Beacon has no fixed location.

    Declaration

    Objective-C

    @property (readonly) CLLocationCoordinate2D location;
  • Deprecated

    First deprecated in 15.4.0 - It will be removed in a future version

    Returns a BDPoint representation of the approximate location of this Beacon, as entered into Canvas, or nil if this Beacon has no fixed location. This property conforms the spatial aspect of BDBeaconInfo and BDFenceInfo to a common interface BDPSpatialObjectInfo.

    Declaration

    Objective-C

    @property (readonly) BDGeometry *geometry;