Package org.altbeacon.beacon.distance
Interface DistanceCalculator
-
- All Known Implementing Classes:
CurveFittedDistanceCalculator,ModelSpecificDistanceCalculator
public interface DistanceCalculatorInterface for a class that can estimate the distance between a mobile device and a beacon based on the measured RSSI and a reference txPower calibration value. Created by dyoung on 8/28/14.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecalculateDistance(int txPower, double rssi)
-