Contents

CLBeacon

Information about an observed iBeacon device and its relative distance to a person’s device.

Declaration

class CLBeacon

Mentioned in

Overview

The CLBeacon class represents a beacon that was observed during beacon ranging. You do not create instances of this class directly. The location manager (CLLocationManager) object reports observed beacons to its associated delegate object.

The identity of a beacon is defined by its uuid, major, and minor properties. These values are coded into the beacon itself. For a more thorough description of the meaning of those values, see CLBeaconRegion.

Topics

Getting the beacon identity

Determining the distance to the beacon

Getting the observation timestamp

Initializers

See Also

iBeacon