public final class RouteResult
extends java.lang.Object
Route
as a result of route
calculation and a list of possible RouteResult.ViolatedOption
Modifier and Type | Class and Description |
---|---|
static class |
RouteResult.ViolatedOption
These are options which may be ignored by the routing engine; in such cases a list of
violated options is returned in the listener's on_end() method.
|
Modifier and Type | Method and Description |
---|---|
Route |
getRoute()
Returns the
Route in the RouteResult. |
java.util.EnumSet<RouteResult.ViolatedOption> |
getViolatedOptions()
Gets the violated options.
|
public java.util.EnumSet<RouteResult.ViolatedOption> getViolatedOptions()
RouteResult.ViolatedOption