Receiving telemery data

Hi,

I’m trying to receive broadcasting telemery data, based on this topic.

But when I compile, EstimoteBluetoothScannerFactory is not recognized, which SDK I should implement to compile it?

This is my gradle build file:

implementation ‘com.estimote:proximity-sdk:0.4.4’
implementation ‘com.estimote:mustard:0.2.1’
implementation ‘com.android.support:design:27.1.1’
implementation ‘com.estimote:sdk:1.4.1’
implementation ‘com.estimote:indoorsdk:2.3.0’

Thank you.

update: now I can receive the telemetry data, how can I get the positions for each sticker and beacon?(x,y coordinates)