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