Hello,
I’m currently evaluating the Map Suite Routing Extension and I’m trying to find a list of nodes and their connections. My goal is to identify dead-ends (“cul-de-sacs”) so I can disable them and thus improve the performance of the routing functions, something I already do with another library. I looked at the classes and functions available and couldn’t find anything related to nodes, which is a concept I’ve seen before in other libraries.
I noticed that each RouteSegment contains adjacent feature IDs for its end points, which may be able to help me to accomplish the same task.
Can someone point me in the right direction?
Thanks in advance,
Joe