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