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

Package com.estimote.indoorsdk.algorithm

Types

DefaultScannerBuilder

interface DefaultScannerBuilder

IndoorLocationManager

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.

IndoorLocationManagerBuilder

class IndoorLocationManagerBuilder

OnPositionUpdateListener

interface OnPositionUpdateListener

Listener for delegating (x,y) coordinates from IndoorLocationManager.

ScanningIndoorLocationManager

interface ScanningIndoorLocationManager