interface ScanningIndoorLocationManager
Author
Pawel Dylag (pawel.dylag@estimote.com)
abstract fun setOnPositionUpdateListener(onPositionUpdateListener: OnPositionUpdateListener): Unit
In order to get estimated position from manager, you need to add listener to it. Use this method to do this. Each consequent invocation of this function will override previous listener. |
|
abstract fun startPositioning(): Unit
Notifies Manager to start it's positioning algorithms. Make sure to call this method before starting scanning. |
|
abstract fun stopPositioning(): Unit
Stops positioning algorithms. Make sure to use this method when you are not using positioning. |