Modifier and Type | Method | Description |
---|---|---|
static Router.NavigationDirection |
Router.NavigationDirection.fromString(String dirAsString) |
Takes the string representation of a navigation direction and converts it into
a Navigation Direction object.
|
Modifier and Type | Method | Description |
---|---|---|
static List<Router.NavigationDirection> |
Router.routeDirections(GraphDB g,
List<Long> route) |
Create the list of directions corresponding to a route on the graph.
|