| com.google.android.gms.nearby.messages.Distance |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Distance.Accuracy | Possible values for the accuracy of a distance estimate. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| UNKNOWN | Represents an unknown distance, with accuracy = LOW,
and meters = NaN. |
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Note: This compares only
getMeters(), not accuracy. | |||||||||||
The accuracy of the distance estimate.
| |||||||||||
The distance estimate, in meters.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.Comparable
| |||||||||||
Note: This compares only getMeters(), not accuracy. We also consider NaN == NaN,
so that UNKNOWN.equals(UNKNOWN).
The accuracy of the distance estimate.
The distance estimate, in meters.