public class StatisticResult extends Object
| Constructor and Description |
|---|
StatisticResult(TravelOptions options,
org.json.JSONObject jsonResult) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Integer> |
getReachableTargets() |
Map<Integer,Map<Integer,Double>> |
getStatistics() |
Map<Integer,Integer> |
getTargetTravelTimes() |
Map<Integer,Map<Integer,Double>> |
parseReachableStatisticsResult(org.json.JSONObject result) |
String |
toString() |
public StatisticResult(TravelOptions options, org.json.JSONObject jsonResult)
options - Travel configurationjsonResult - Result as json objectCopyright © 2017. All rights reserved.