Package com.uber.h3core.util
Class GeoCoord
java.lang.Object
com.uber.h3core.util.GeoCoord
Immutable two-dimensional spherical coordinates, in degrees.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lat
public final double lat -
lng
public final double lng
-
-
Constructor Details
-
GeoCoord
public GeoCoord(double lat, double lng)
-
-
Method Details