Package org.opentripplanner.api.resource

Examples of org.opentripplanner.api.resource.ExternalGeocoderResource


    private ExternalGeocoderResource geocoderServer;

    @Before
    public void setUp() {
        geocoderServer = new ExternalGeocoderResource();
    }
View Full Code Here

TOP

Related Classes of org.opentripplanner.api.resource.ExternalGeocoderResource

Copyright © 2018 www.massapicom. 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.