public class GeoPoint extends Object
GeoPoint(double latitude, double longitude)
GeoPoint(Location location)
boolean
equals(Object other)
double
getLatitude()
getLongitude()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public GeoPoint(Location location)
location
public GeoPoint(double latitude, double longitude)
latitude
longitude
public double getLatitude()
public double getLongitude()
public boolean equals(Object other)
equals
Object
public int hashCode()
hashCode
public String toString()
toString