| 19 | constexpr unsigned valhalla_polyline_precision = 6; |
| 20 | |
| 21 | ValhallaWrapper::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 | |
| 32 | std::string ValhallaWrapper::get_matrix_query( |
| 33 | const std::vector<Location>& locations) const { |
nothing calls this directly
no outgoing calls
no test coverage detected