@Path(value="/routers/{routerId}/car_rental") public class CarRental extends Object
Constructor and Description |
---|
CarRental() |
Modifier and Type | Method and Description |
---|---|
CarRentalStationList |
getCarRentalStations(String lowerLeft,
String upperRight,
String routerId,
String locale_param,
String company) |
static org.locationtech.jts.geom.Envelope |
getEnvelope(String lowerLeft,
String upperRight)
Envelopes are in latitude, longitude format
|
@GET @Produces(value={"application/json","application/xml;qs=0.5","text/xml;qs=0.5"}) public CarRentalStationList getCarRentalStations(@QueryParam(value="lowerLeft") String lowerLeft, @QueryParam(value="upperRight") String upperRight, @PathParam(value="routerId") String routerId, @QueryParam(value="locale") String locale_param, @QueryParam(value="company") String company)
Copyright © 2020. All rights reserved.