public interface RoutingVisitor
Modifier and Type | Method and Description |
---|---|
default boolean |
shouldBreakSearch()
Called right after visitVertex
|
void |
visitVertex(StreetRouter.State state)
Called after search algorithms dequeue a vertex
|
void visitVertex(StreetRouter.State state)
default boolean shouldBreakSearch()
Copyright © 2019. All rights reserved.