Package com.gimbal.android
Class EstablishedLocation
java.lang.Object
com.gimbal.android.EstablishedLocation
- All Implemented Interfaces:
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 theEstablishedLocation. A higher score value indicates that this location is more relevant to the user.- Returns:
- the
doublerepresenting the score value of theEstablishedLocation.
-
getBoundary
Returns the boundary of theEstablishedLocation. The boundary is represented by a Circle containing the radius and coordinates of the location.- Returns:
- the
Circlethat represents the boundary of theEstablishedLocation.
-
toString
-