Class PtMVTResource

java.lang.Object
com.graphhopper.resources.PtMVTResource

@Path("pt-mvt") @Singleton public class PtMVTResource extends Object
  • Constructor Details

  • Method Details

    • doGetXyz

      @GET @Path("{z}/{x}/{y}.mvt") @Produces("application/x-protobuf") public javax.ws.rs.core.Response doGetXyz(@Context javax.servlet.http.HttpServletRequest httpReq, @Context javax.ws.rs.core.UriInfo uriInfo, @PathParam("z") int zInfo, @PathParam("x") int xInfo, @PathParam("y") int yInfo, @QueryParam("details") List<String> pathDetails)