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

Method BaseAPI

include/engine/api/base_api.hpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23{
24 public:
25 BaseAPI(const datafacade::BaseDataFacade &facade_, const BaseParameters &parameters_)
26 : facade(facade_), parameters(parameters_)
27 {
28 }
29
30 util::json::Array
31 MakeWaypoints(const std::vector<PhantomNodeCandidates> &waypoint_candidates) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected