public class LatLngPair
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
deltaDistance |
LatLng |
destination |
LatLng |
source |
| Constructor and Description |
|---|
LatLngPair(LatLng source,
LatLng destination,
double deltaDistance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
toString() |