public class LocalSearchResponse
extends java.lang.Object
Encapsulates the results of a LocalSearch
.
Modifier and Type | Method and Description |
---|---|
static LocalSearchResponse |
fromJSONObject(org.json.JSONObject json,
java.lang.String locationId)
Constructs a LocalSearchResponse from a json response.
|
java.util.List<LocalSearchResult> |
getResults()
Gets the search results.
|
public static LocalSearchResponse fromJSONObject(org.json.JSONObject json, java.lang.String locationId) throws org.json.JSONException
Constructs a LocalSearchResponse from a json response.
org.json.JSONException
- on JSON errorpublic java.util.List<LocalSearchResult> getResults()
Gets the search results.