Distance.Accuracy

  • Distance.Accuracy is an abstract interface defining possible values for the accuracy of a distance estimate.

  • The constant LOW indicates that the distance was estimated from BLE signal strength.

public static abstract @interface Distance.Accuracy implements Annotation

Possible values for the accuracy of a distance estimate.

Constant Summary

int LOW Distance estimated from BLE signal strength has this accuracy.

Inherited Method Summary

Constants

public static final int LOW

Distance estimated from BLE signal strength has this accuracy.

Constant Value: 1