Uses of Class
com.parse.LocationCallback

Uses of LocationCallback in com.parse
 

Methods in com.parse with parameters of type LocationCallback
static void ParseGeoPoint.getCurrentLocationInBackground(long timeout, Criteria criteria, LocationCallback callback)
          Fetches the user's current location and returns a new ParseGeoPoint via the provided LocationCallback.
static void ParseGeoPoint.getCurrentLocationInBackground(long timeout, LocationCallback callback)
          Fetches the user's current location and returns a new ParseGeoPoint via the provided LocationCallback.