public static class GeoDistance.Meridian180DistanceBoundingCheck extends java.lang.Object implements GeoDistance.DistanceBoundingCheck
| Constructor and Description |
|---|
Meridian180DistanceBoundingCheck(GeoPoint topLeft,
GeoPoint bottomRight) |
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
bottomRight() |
boolean |
isWithin(double targetLatitude,
double targetLongitude) |
GeoPoint |
topLeft() |
public boolean isWithin(double targetLatitude,
double targetLongitude)
isWithin in interface GeoDistance.DistanceBoundingCheckpublic GeoPoint topLeft()
topLeft in interface GeoDistance.DistanceBoundingCheckpublic GeoPoint bottomRight()
bottomRight in interface GeoDistance.DistanceBoundingCheck