public class Distance
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
humanReadable
The human-friendly distance.
|
long |
inMeters
The numeric distance, in meters.
|
| Constructor and Description |
|---|
Distance() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public long inMeters
public java.lang.String humanReadable