Class DirectionsStartSearchResponse

java.lang.Object
com.arubanetworks.meridian.search.DirectionsStartSearchResponse

public class DirectionsStartSearchResponse extends Object
Encapsulates the results of a DirectionsStartSearch.
  • 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

      public List<DirectionsStartSearchResult> getResults()
      Gets the search results.