public class MapArea
extends java.lang.Object
Constructor and Description |
---|
MapArea(double topLeftLatitude,
double topLeftLongitude,
double bottomRightLatitude,
double bottomRightLongitude) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
GeoPoint |
getBottomRightPoint() |
GeoPoint |
getTopLeftPoint() |
int |
hashCode() |
java.lang.String |
toString() |
public MapArea(double topLeftLatitude, double topLeftLongitude, double bottomRightLatitude, double bottomRightLongitude)
public GeoPoint getTopLeftPoint()
public GeoPoint getBottomRightPoint()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object