Package com.graphhopper.resources
Class PtMVTResource
java.lang.Object
com.graphhopper.resources.PtMVTResource
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PtMVTResource
- Throws:
IOException
-
-
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)
-