Package com.targomo.client.api.response
Class PointOfInterestSummaryResponse
java.lang.Object
com.targomo.client.api.response.PointOfInterestSummaryResponse
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPointOfInterestSummaryResponse(TravelOptions travelOptions, org.json.JSONObject result, long requestStart) Create a response from JSON results, using given travel options -
Method Summary
Modifier and TypeMethodDescriptionvoidParse results in JSON to Poi Summary 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 requestresult- Travel times in JSONrequestStart- Start time of execution
-
-
Method Details
-
parseResultResults
public void parseResultResults()Parse results in JSON to Poi Summary object.
-