Class DirectionsStartSearchResponse
java.lang.Object
com.arubanetworks.meridian.search.DirectionsStartSearchResponse
Encapsulates the results of a
DirectionsStartSearch.-
Method Summary
Modifier and TypeMethodDescriptionfromJSONObject(org.json.JSONObject json, String locationId) Constructs a LocalSearchResponse from a json response.Gets the search results.
-
Method Details
-
fromJSONObject
public static DirectionsStartSearchResponse fromJSONObject(org.json.JSONObject json, String locationId) throws org.json.JSONException Constructs a LocalSearchResponse from a json response.- Throws:
org.json.JSONException- if error occurs parsing JSON
-
getResults
Gets the search results.
-