| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat | |
| at.ac.ait.ariadne.routeformat.instruction |
| Modifier and Type | Method and Description |
|---|---|
static Constants.TurnDirection |
Constants.TurnDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.TurnDirection[] |
Constants.TurnDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Constants.TurnDirection |
RoadCrossingInstruction.getTurnDirection() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Constants.TurnDirection> |
RoadInstruction.getTurnDirection() |
| Modifier and Type | Method and Description |
|---|---|
static RoadCrossingInstruction |
RoadCrossingInstruction.createMinimal(GeoJSONCoordinate position,
Constants.TurnDirection turnDirection) |
static RoadInstruction |
RoadInstruction.createMinimalOnRoute(GeoJSONCoordinate position,
Constants.TurnDirection turnDirection,
Optional<String> ontoStreetName,
Optional<Constants.FormOfWay> ontoFormOfWay)
either street name or form of way must be present
|
RoadCrossingInstruction |
RoadCrossingInstruction.setTurnDirection(Constants.TurnDirection turnDirection) |
RoadInstruction |
RoadInstruction.setTurnDirection(Constants.TurnDirection turnDirection) |
Copyright © 2018. All rights reserved.