Package | Description |
---|---|
org.opentripplanner.routing.impl | |
org.opentripplanner.routing.services |
Modifier and Type | Method and Description |
---|---|
CandidateEdgeBundle |
StreetVertexIndexServiceImpl.getClosestEdges(GenericLocation location,
TraversalRequirements reqs) |
CandidateEdgeBundle |
StreetVertexIndexServiceImpl.getClosestEdges(GenericLocation location,
TraversalRequirements reqs,
List<Edge> extraEdges,
Collection<Edge> preferredEdges,
boolean possibleTransitLinksOnly) |
Modifier and Type | Method and Description |
---|---|
CandidateEdgeBundle |
StreetVertexIndexService.getClosestEdges(GenericLocation location,
TraversalRequirements reqs)
Get the closest edges to this location are traversable given these preferences.
|
CandidateEdgeBundle |
StreetVertexIndexService.getClosestEdges(GenericLocation location,
TraversalRequirements reqs,
List<Edge> extraEdges,
Collection<Edge> preferredEdges,
boolean possibleTransitLinksOnly)
Get the closest edges to this location are traversable given these preferences.
|
Copyright © 2015. All rights reserved.