Package | Description |
---|---|
org.opentripplanner.api.model | |
org.opentripplanner.api.resource |
This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public
API, i.e.
|
Modifier and Type | Field and Description |
---|---|
List<WalkStep> |
Leg.walkSteps
A series of turn by turn instructions used for walking, biking and driving.
|
Modifier and Type | Method and Description |
---|---|
static List<WalkStep> |
GraphPathToTripPlanConverter.generateWalkSteps(Graph graph,
State[] states,
WalkStep previous,
Locale requestedLocale)
Converts a list of street edges to a list of turn-by-turn directions.
|
Modifier and Type | Method and Description |
---|---|
static List<WalkStep> |
GraphPathToTripPlanConverter.generateWalkSteps(Graph graph,
State[] states,
WalkStep previous,
Locale requestedLocale)
Converts a list of street edges to a list of turn-by-turn directions.
|
Copyright © 2019. All rights reserved.