| Package | Description |
|---|---|
| com.facebook |
| Modifier and Type | Method and Description |
|---|---|
static RequestAsyncTask |
Request.executePlacesSearchRequestAsync(Session session,
android.location.Location location,
int radiusInMeters,
int resultsLimit,
String searchText,
Request.GraphPlaceListCallback callback)
Creates a new Request that is configured to perform a search for places near a specified location via the Graph
API.
|
static Request |
Request.newPlacesSearchRequest(Session session,
android.location.Location location,
int radiusInMeters,
int resultsLimit,
String searchText,
Request.GraphPlaceListCallback callback)
Creates a new Request that is configured to perform a search for places near a specified location via the Graph
API.
|
Copyright © 2013. All Rights Reserved.