public class Location extends Object
Location()
Location(double latitude, double longitude)
Location(String str)
boolean
equals(Object o)
double
getLatitude()
getLongitude()
int
hashCode()
Location
setLatitude(double latitude)
setLongitude(double longitude)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Location()
public Location(String str)
public Location(double latitude, double longitude)
public Location setLatitude(double latitude)
public double getLatitude()
public Location setLongitude(double longitude)
public double getLongitude()
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
public String toString()
toString
Copyright © 2019. All Rights Reserved.