public class IALatLng
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
latitude
Latitude in degrees
|
double |
longitude
Longitude in degrees
|
| Constructor and Description |
|---|
IALatLng(double latitude,
double longitude) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |