@Path(value="/routers/{routerId}/bike_rental") public class BikeRental extends Object
Constructor and Description |
---|
BikeRental() |
Modifier and Type | Method and Description |
---|---|
BikeRentalStationList |
getBikeRentalStations(String lowerLeft,
String upperRight,
String routerId,
String locale_param) |
static com.vividsolutions.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 BikeRentalStationList getBikeRentalStations(@QueryParam(value="lowerLeft") String lowerLeft, @QueryParam(value="upperRight") String upperRight, @PathParam(value="routerId") String routerId, @QueryParam(value="locale") String locale_param)
Copyright © 2018. All rights reserved.