Examples of BikeParkUnlinked


Examples of org.opentripplanner.graph_builder.annotation.BikeParkUnlinked

        }

        LOG.debug("Linking bike P+R stations...");
        for (BikeParkVertex bprv : Iterables.filter(vertices, BikeParkVertex.class)) {
            if (!networkLinkerLibrary.connectVertexToStreets(bprv).getResult()) {
                LOG.warn(graph.addBuilderAnnotation(new BikeParkUnlinked(bprv)));
            }
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.