class BeaconInformation: (source)
Method | __init__ |
Initializes a beacon information object. |
Method | __repr__ |
Returns a string representation of this beacon information object. |
Instance Variable | seenBeacons |
A set of visible beacons. Note that visible beacons are not necessarily used in acquiring a positioning fix. |
Instance Variable | usedBeacons |
A set of the beacons that were used in obtaining a positioning fix. This only contains beacons that are actually used, not beacons for which it is unknown if they are used or not. |
Parameters | |
seenBeacons:iterable of IPositioningBeacon s | A collection of beacons that are currently seen. |
Returns a string representation of this beacon information object.
The beacons are sorted by their identifier.
Returns | |
str | The string representation. |