public static interface PlaceManager.OnRequestReadyCallback
PlaceManager.newCurrentPlaceRequest(CurrentPlaceRequestParams,
OnRequestReadyCallback) and PlaceManager.newPlaceSearchRequest(
PlaceSearchRequestParams, OnRequestReadyCallback).| Modifier and Type | Method and Description |
|---|---|
void |
onLocationError(PlaceManager.LocationError error)
Method invoked when the request can't be generated due to an error retrieving the current
device location.
|
void |
onRequestReady(com.facebook.GraphRequest graphRequest)
Method invoked when the provided
GraphRequest is ready to be executed. |
void onLocationError(PlaceManager.LocationError error)
error - the error descriptionvoid onRequestReady(com.facebook.GraphRequest graphRequest)
GraphRequest is ready to be executed. Set a callback
on it to handle the response using setCallback, and then execute the request.graphRequest - the request that's ready to be executed.