public class Distance
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
humanReadable
This is the human friendly distance.
|
long |
inMeters
This is the numeric distance, always in meters.
|
Constructor and Description |
---|
Distance() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public long inMeters
public java.lang.String humanReadable