MCPcopy Create free account
hub / github.com/VROOM-Project/vroom / ValhallaWrapper

Method ValhallaWrapper

src/routing/valhalla_wrapper.cpp:21–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19constexpr unsigned valhalla_polyline_precision = 6;
20
21ValhallaWrapper::ValhallaWrapper(const std::string& profile,
22 const Server& server)
23 : HttpWrapper(profile,
24 server,
25 "sources_to_targets",
26 "sources_to_targets",
27 "sources_to_targets",
28 "route",
29 R"("directions_type":"none")") {
30}
31
32std::string ValhallaWrapper::get_matrix_query(
33 const std::vector<Location>& locations) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected