estimote-indoor-sdk-android / com.estimote.indoorsdk.common.helpers / EstimoteIndoorHelper / <init>

<init>

EstimoteIndoorHelper()

Helper for setting up connections between IndoorLocationManager, IndoorLocationView and BeaconManager. It hooks necessary listeners for you, so the whole system will provide you with complete experience. If you need to do some custom setup, you would need to setup all listeners by yourself. The flow is rather simple:

  1. Beacon manager scans for beacons
  2. IndoorLocationManager converts scanned beacons data to (x,y) coordinates
  3. IndoorLocationView draws (x,y) on your screen.

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