Searched refs:pathToCalculate (Results 1 – 1 of 1) sorted by relevance
193 protected ArrayList<Float> calculatePathDistance(ArrayList<Waypoint> pathToCalculate, in calculatePathDistance() argument197 int currentLocation = pathToCalculate.indexOf(markers.get(0)); in calculatePathDistance()199 while (currentLocation < pathToCalculate.size() - 1) { in calculatePathDistance()203 pathToCalculate.get(currentLocation).getCoordinates(), in calculatePathDistance()204 pathToCalculate.get(currentLocation + 1).getCoordinates()); in calculatePathDistance()207 } while (!pathToCalculate.get(currentLocation).isUserGenerated()); in calculatePathDistance()