Class BoundingBoxRequest

java.lang.Object
com.targomo.client.api.request.BoundingBoxRequest

public class BoundingBoxRequest extends Object
Creates a bounding box of the reachable area using the specified travel options.
  • Constructor Details

    • BoundingBoxRequest

      public BoundingBoxRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions, javax.ws.rs.core.MultivaluedMap<String,Object> headers)
      Use a custom client implementation with specified options and method
      Parameters:
      client - Client implementation to be used
      travelOptions - Options to be used
      headers - List of custom http headers to be used
    • BoundingBoxRequest

      public BoundingBoxRequest(TravelOptions travelOptions)
    • BoundingBoxRequest

      public BoundingBoxRequest(javax.ws.rs.client.Client client, TravelOptions travelOptions)
  • Method Details