Class NearestResource

java.lang.Object
com.graphhopper.resources.NearestResource

@Path("nearest") @Produces("application/json") public class NearestResource extends Object
Author:
svantulden, Michael Zilske
  • Method Details

    • doGet

      @GET public NearestResource.Response doGet(@QueryParam("point") GHPoint point, @QueryParam("elevation") @DefaultValue("false") boolean elevation)