-
public interface DistanceCalculator
Interface 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
Modifier and Type Method Description abstract double
calculateDistance(int txPower, double rssi)
-
-
Method Detail
-
calculateDistance
abstract double calculateDistance(int txPower, double rssi)
-
-
-
-