Class EstablishedLocation

java.lang.Object
com.gimbal.android.EstablishedLocation
All Implemented Interfaces:
com.gimbal.proguard.Keep

public class EstablishedLocation extends Object implements com.gimbal.proguard.Keep
This class represents a location commonly visited by the user and is ranked by a score value.
  • Constructor Details

    • EstablishedLocation

      public EstablishedLocation()
  • Method Details

    • getScore

      public double getScore()
      Returns the score of the EstablishedLocation. A higher score value indicates that this location is more relevant to the user.
      Returns:
      the double representing the score value of the EstablishedLocation.
    • getBoundary

      public Circle getBoundary()
      Returns the boundary of the EstablishedLocation. The boundary is represented by a Circle containing the radius and coordinates of the location.
      Returns:
      the Circle that represents the boundary of the EstablishedLocation.
    • toString

      public String toString()
      Overrides:
      toString in class Object