public interface FactualPlacesListener
Modifier and Type | Method and Description |
---|---|
void |
onPlacesError(FactualError error)
Called when an on-demand place candidate request fails.
|
void |
onPlacesResponse(PlaceCandidateResponse response)
Called when an on-demand place candidate request returns successfully.
|
void onPlacesResponse(PlaceCandidateResponse response)
response
- The response from the place candidate request.PlaceCandidateResponse
void onPlacesError(FactualError error)
error
- The error object describing the failure.