durationStep = stepDurNode.getTextContent();
nl3 = durationNode.getChildNodes();
stepDurNode = nl3.item(getNodeIndex(nl3, "value"));
durationValue = Integer.parseInt(stepDurNode.getTextContent());
steps.add(i, new GeoStep(listGeopoints,encoded,durationStep,durationValue,distanceStep));
}
}
return steps;
}