Module lettuce.core

Class GeoCoordinates

java.lang.Object
io.lettuce.core.GeoCoordinates

public class GeoCoordinates
extends Object
A tuple consisting of numerical geo data points to describe geo coordinates (longitude/latitude coordinates according to WGS84).
Author:
Mark Paluch
  • Constructor Details

    • GeoCoordinates

      public GeoCoordinates​(Number x, Number y)
      Creates new GeoCoordinates.
      Parameters:
      x - the longitude, must not be null.
      y - the latitude, must not be null.
  • Method Details