-
- All Implemented Interfaces:
public interface PositionManager.DebugListener
-
-
Method Summary
Modifier and Type Method Description abstract void
onRawLocationCalculated(Location rawLocation)
Notifies subscribers on raw BT location abstract void
onChosenBeacons(List<DisplayBeacon> beacons)
Notifies subscribers of the choosen beacons -
-
Method Detail
-
onRawLocationCalculated
abstract void onRawLocationCalculated(Location rawLocation)
Notifies subscribers on raw BT location
-
onChosenBeacons
abstract void onChosenBeacons(List<DisplayBeacon> beacons)
Notifies subscribers of the choosen beacons
- Parameters:
beacons
- List of beacons
-
-
-
-