| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat | |
| at.ac.ait.ariadne.routeformat.instruction |
| Modifier and Type | Method and Description |
|---|---|
List<Instruction<?>> |
RouteSegment.getNavigationInstructions() |
| Modifier and Type | Method and Description |
|---|---|
RouteSegment |
RouteSegment.setNavigationInstructions(List<Instruction<?>> navigationInstructions) |
| Modifier and Type | Class and Description |
|---|---|
class |
Instruction<T extends Instruction<T>>
Common base class for all types of turn-by-turn navigation instructions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AreaInstruction
Instructions for entering / exiting an area such as a square, a park, or a
district.
|
class |
ModeChangeInstruction
A
ModeChangeInstruction contains details about alighting and /
boarding modes of transport. |
class |
RoadCrossingInstruction
Instructions for crossing a road or several roads that are close together.
|
class |
RoadInstruction
A
RoadInstruction contains episodes with classic-style turn
navigations for street-based modes of transport such as walking, cycling and
driving (keep straight, turn left/right, make a u-turn). |
class |
RoundaboutInstruction
Instructions for navigating a roundabout.
|
Copyright © 2018. All rights reserved.