Class is used for storing iBeacon. More...
Inherits Finalizable.
Public Attributes | |
Point get | point |
beacon's X and Y coordinates in meters as Point (within the sublocation). | |
int get | locationId |
beacon's location identifier. | |
int get | sublocationId |
beacon's sublocation identifier. | |
String get | name |
beacon's name. | |
int get | major |
beacon's major. Values [1-65535] | |
int get | minor |
beacon's minor. Values [1-65535] | |
String get | uuid |
beacon's uuid. Format [XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX] | |
int get | power |
beacon's power. | |
TransmitterStatus get | status |
iBeacon status. TransmitterStatus | |
Class is used for storing iBeacon.
Referenced from Sublocation.
Definition at line 22 of file beacon.dart.
int get Beacon.locationId |
beacon's location identifier.
Definition at line 32 of file beacon.dart.
int get Beacon.major |
beacon's major. Values [1-65535]
Definition at line 44 of file beacon.dart.
int get Beacon.minor |
beacon's minor. Values [1-65535]
Definition at line 48 of file beacon.dart.
String get Beacon.name |
beacon's name.
Definition at line 40 of file beacon.dart.
Point get Beacon.point |
beacon's X and Y coordinates in meters as Point (within the sublocation).
Definition at line 28 of file beacon.dart.
int get Beacon.power |
TransmitterStatus get Beacon.status |
iBeacon status. TransmitterStatus
Definition at line 61 of file beacon.dart.
int get Beacon.sublocationId |
beacon's sublocation identifier.
Definition at line 36 of file beacon.dart.
String get Beacon.uuid |
beacon's uuid. Format [XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX]
Definition at line 52 of file beacon.dart.