MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / IsSupportedParameterCombination

Function IsSupportedParameterCombination

src/engine/plugins/trip.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24bool IsSupportedParameterCombination(const bool fixed_start,
25 const bool fixed_end,
26 const bool roundtrip)
27{
28 return roundtrip || fixed_start || fixed_end;
29}
30
31// given the node order in which to visit, compute the actual route (with geometry, travel time and
32// so on) and return the result

Callers 1

HandleRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected