public class Coord
Constructor and Description |
---|
Coord(Double latitude,
Double longitude) |
Coord() |
Modifier and Type | Method and Description |
---|---|
Double |
component1() |
Double |
component2() |
Coord |
copy(Double latitude,
Double longitude) |
boolean |
equals(Object p) |
Double |
getLatitude() |
Double |
getLongitude() |
boolean |
hasLatitude() |
boolean |
hasLongitude() |
int |
hashCode() |
String |
toJson() |
String |
toJsonPretty() |
String |
toString() |
public boolean hasLatitude()
public boolean hasLongitude()
public String toJson()
public String toJsonPretty()
public Double getLatitude()
public Double getLongitude()
public Double component1()
public Double component2()
public Coord copy(Double latitude, Double longitude)
public String toString()
public int hashCode()
public boolean equals(Object p)