Hi, I have an EdgeIteratorState and want to have a new QueryResult at its end. I could do EdgeIteratorState#fetchWayGeometry(int), take the last coordinate and do a lookup in the locationIndex. Is there a more performant way, maybe based on #getAdjacentNode() ? Thanks, Jan