estimote-indoor-sdk-android / com.estimote.indoorsdk.algorithm / IndoorLocationManager / setOnPositionUpdateListener

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.