Eddystone class abstract
@ingroup navigine_dart_classes @ingroup navigine_dart_location_elements @ingroup navigine_dart_transmitters @brief Class is used for storing Eddystone.
Referenced from @see Sublocation "Sublocation".
- Implemented types
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceId → String
-
@brief eddystone's instanceId.
no setter
- locationId → int
-
@brief eddystone's location identifier.
no setter
- name → String
-
@brief eddystone's name.
no setter
- namespaceId → String
-
@brief eddystone's namespaceId.
no setter
- point → Point
-
@brief eddystone's X and Y coordinates in meters as @see Point "Point" (within the sublocation).
no setter
- power → int?
-
@brief eddystone's power.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → TransmitterStatus
-
@brief eddystone status. @see TransmitterStatus "TransmitterStatus"
no setter
- sublocationId → int
-
@brief eddystone's sublocation identifier.
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