public class GeoPoint extends java.lang.Object implements java.io.Serializable
Description: in GeoJSON and WKT, and therefore Elasticsearch, the correct coordinate order is longitude, latitude (X, Y) within coordinate arrays
Copyright (c) 2018
GeoPoint()
double
getLat()
getLon()
void
setLat(double lat)
setLon(double lon)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GeoPoint()
public double getLat()
public void setLat(double lat)
public double getLon()
public void setLon(double lon)