Class Coordinate
- java.lang.Object
-
- com.couchbase.client.java.search.queries.Coordinate
-
@Experimental @Public public class Coordinate extends Object
TheCoordinate
represents the longitude and latitude of a point.- Author:
- Jyotsna Nayak
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
lat()
double
lon()
static Coordinate
ofLonLat(double lon, double lat)
-
-
-
Method Detail
-
ofLonLat
public static Coordinate ofLonLat(double lon, double lat)
-
lon
public double lon()
-
lat
public double lat()
-
-