else
vertexLabel = "link for " + v;
Coordinate coordinate = v.getCoordinate();
/* is there a bundle of edges nearby to use or split? */
GenericLocation location = new GenericLocation(coordinate);
TraversalRequirements reqs = new TraversalRequirements(options);
CandidateEdgeBundle edges = linker.index.getClosestEdges(location, reqs, null,
nearbyRouteEdges, possibleTransitLinksOnly);
if (edges == null || edges.size() < 1) {
// no edges were found nearby, or a bidirectional/loop bundle of edges was not identified