Class PointOfInterestSummaryResponse

java.lang.Object
com.targomo.client.api.response.PointOfInterestSummaryResponse

public class PointOfInterestSummaryResponse extends Object
  • Constructor Details

    • PointOfInterestSummaryResponse

      public PointOfInterestSummaryResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart)
      Create a response from JSON results, using given travel options
      Parameters:
      travelOptions - travel options, from the request
      result - Travel times in JSON
      requestStart - Start time of execution
  • Method Details

    • parseResultResults

      public void parseResultResults()
      Parse results in JSON to Poi Summary object.