estimote-indoor-sdk-android / com.estimote.indoorsdk.algorithm / ScanningIndoorLocationManager

ScanningIndoorLocationManager

interface ScanningIndoorLocationManager

Author
Pawel Dylag (pawel.dylag@estimote.com)

Functions

setOnPositionUpdateListener

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.

startPositioning

abstract fun startPositioning(): Unit

Notifies Manager to start it's positioning algorithms. Make sure to call this method before starting scanning.

stopPositioning

abstract fun stopPositioning(): Unit

Stops positioning algorithms. Make sure to use this method when you are not using positioning.