Class GeoPoint

    • Constructor Detail

      • GeoPoint

        public GeoPoint()
      • GeoPoint

        public GeoPoint​(String value)
        Create a new Geopoint from a string. This String must either be a geohash or a lat-lon tuple.
        Parameters:
        value - String to create the point from
      • GeoPoint

        public GeoPoint​(double lat,
                        double lon)
      • GeoPoint

        public GeoPoint​(GeoPoint template)