Beacon class abstract

@ingroup navigine_dart_classes @ingroup navigine_dart_location_elements @ingroup navigine_dart_transmitters @brief Class is used for storing iBeacon.

Referenced from @see Sublocation "Sublocation".

Implemented types
Implementers

Constructors

Beacon()

Properties

hashCode int
The hash code for this object.
no setterinherited
locationId int
@brief beacon's location identifier.
no setter
major int
@brief beacon's major. Values 1-65535
no setter
minor int
@brief beacon's minor. Values 1-65535
no setter
name String
@brief beacon's name.
no setter
point Point
@brief beacon's X and Y coordinates in meters as @see Point "Point" (within the sublocation).
no setter
power int?
@brief beacon's power.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TransmitterStatus
@brief iBeacon status. @see TransmitterStatus "TransmitterStatus"
no setter
sublocationId int
@brief beacon's sublocation identifier.
no setter
uuid String
@brief beacon's uuid. Format XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited