Class UserLocation

java.lang.Object
com.iizix.user.geo.UserLocation

public class UserLocation extends Object
Class holding the user with the latest location.
Author:
Christopher Mindus
  • Field Details

  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object o)
      Checks for equality.
      Overrides:
      equals in class Object
      Parameters:
      o - The object to compare with.
      Returns:
      When equals, false otherwise.
    • toString

      public String toString()
      String representation of the class.
      Overrides:
      toString in class Object
      Returns:
      A string with user and distance.