Interface Coordinates


@Deprecated public interface Coordinates
Deprecated.
Use GeoPoint instead. Refer to the migration guide for more information.
Minimum interface for a field/method to be spatial hash indexable
Author:
Nicolas Helleringer
  • Method Details

    • getLatitude

      @Latitude Double getLatitude()
      Deprecated.
      Returns:
      the latitude in degrees
    • getLongitude

      @Longitude Double getLongitude()
      Deprecated.
      Returns:
      the longitude in degrees
    • toGeoPoint

      static GeoPoint toGeoPoint(Coordinates coordinates)
      Deprecated.