interface DefaultScannerBuilder |
|
interface IndoorLocationManager
Main object for estimating position from scanned beacons. You should provide it with scanned beacons using method IndoorLocationManager.onScannedPackets Data about scanned beacons can be acquired from from BeaconManager Computed (x,y) coordinates will be delivered to your listener - don't forget to set it using IndoorLocationManager.setOnPositionUpdateListener! You can use EstimoteIndoorHelper.setupIndoorPositioning to quickly setup listeners between view, manager and beacon scanner. |
|
class IndoorLocationManagerBuilder |
|
interface OnPositionUpdateListener
Listener for delegating (x,y) coordinates from IndoorLocationManager. |
|
interface ScanningIndoorLocationManager |