public interface LatLonPoint
Modifier and Type | Method and Description |
---|---|
boolean |
equals(LatLonPoint pt)
Returns true if this represents the same point as pt.
|
double |
getLatitude()
Returns the latitude, between +/- 90 degrees.
|
double |
getLongitude()
Returns the longitude, between +/-180 degrees
|
double getLongitude()
double getLatitude()
boolean equals(LatLonPoint pt)
pt
- point to check