I have given a brief review on source code. For the indoor routing for multi-floor building , routing server should have a new nearest query mechanism to snap edges or nodes in different floors.Is there any existed infrastructure in GraphHopper that can helps to locate nearest element in graph?if not How can I extend the existing modules to support it? Thanks!
Hi,Karussell,
in the DijkstraBidirectionRef.fillEdges(),I want to know the from_node and to_node regarding an edge .how to get this information?since some edge maybe a kind of oneway edge,I need to know which directions of an edge is reachable. thank you!