Package 

Interface DistanceCalculator


  • 
    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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail