Class is used for storing Eddystone. More...
Inheritance diagram for com.navigine.idl.java.Eddystone:Public Member Functions | |
| abstract Point | getPoint () |
| eddystone's X and Y coordinates in meters as Point (within the sublocation). | |
| abstract int | getLocationId () |
| eddystone's location identifier. | |
| abstract int | getSublocationId () |
| eddystone's sublocation identifier. | |
| abstract String | getName () |
| eddystone's name. | |
| abstract String | getNamespaceId () |
| eddystone's namespaceId. | |
| abstract String | getInstanceId () |
| eddystone's instanceId. | |
| abstract Integer | getPower () |
| eddystone's power. | |
| abstract TransmitterStatus | getStatus () |
| eddystone status. TransmitterStatus | |
| abstract boolean | isValid () |
Class is used for storing Eddystone.
Referenced from Sublocation.
Definition at line 16 of file Eddystone.java.
|
abstract |
eddystone's instanceId.
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.EddystoneBinding.
|
abstract |
eddystone's location identifier.
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.EddystoneBinding.
|
abstract |
eddystone's name.
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.EddystoneBinding.
|
abstract |
eddystone's namespaceId.
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.EddystoneBinding.
|
abstract |
eddystone's X and Y coordinates in meters as Point (within the sublocation).
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.EddystoneBinding.
|
abstract |
eddystone's power.
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.EddystoneBinding.
|
abstract |
eddystone status. TransmitterStatus
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.EddystoneBinding.
|
abstract |
eddystone's sublocation identifier.
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.EddystoneBinding.
|
abstract |
Tells if this Eddystone is valid or not. Any other method (except for this one) called on an invalid Eddystone will throw java.lang.RuntimeException.
Reimplemented in com.navigine.idl.java.internal.EddystoneBinding.