@Path(value="/routers/{routerId}/vehicle_rental")
public class VehicleRental
extends Object
| Constructor and Description |
|---|
VehicleRental() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Envelope |
getEnvelope(String lowerLeft,
String upperRight)
Envelopes are in latitude, longitude format
|
VehicleRentalStationList |
getVehicleRentalStations(String lowerLeft,
String upperRight,
String routerId,
String locale_param,
String company) |
@GET
@Produces(value={"application/json","application/xml;qs=0.5","text/xml;qs=0.5"})
public VehicleRentalStationList getVehicleRentalStations(@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.