Package 

Object FrequentLocations

  • All Implemented Interfaces:

    
    public class FrequentLocations
    
                        

    A utility class to access information about the locations your user frequents.

    It is possible for your user to have multiple

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Boolean hasHomeOrWork(Context context) Checks to see if Pilgrim has established the users home and work yet.
      final static List<FoursquareLocation> getHomeLocations(Context context) Get a list of the locations that Pilgrim considers to be your user's home.
      final static List<FoursquareLocation> getWorkLocations(Context context) Get a list of the locations that Pilgrim considers to be your user's work.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait