public class LatLon extends Object implements Serializable
LatLon()
LatLon(double lat, double lon)
boolean
equals(Object obj)
double
getLat()
getLon()
int
hashCode()
void
setLat(double lat)
setLon(double lon)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public LatLon()
public LatLon(double lat, double lon)
public double getLat()
public void setLat(double lat)
public double getLon()
public void setLon(double lon)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2020 Flowing Code. All rights reserved.