| 170 | |
| 171 | template <routing_algorithms::RoutingAlgorithm Algorithm> |
| 172 | InternalRouteResult RoutingAlgorithms<Algorithm>::DirectShortestPathSearch( |
| 173 | const PhantomEndpointCandidates &endpoint_candidates) const |
| 174 | { |
| 175 | return routing_algorithms::directShortestPathSearch(heaps, *facade, endpoint_candidates); |
| 176 | } |
| 177 | |
| 178 | template <routing_algorithms::RoutingAlgorithm Algorithm> |
| 179 | inline routing_algorithms::SubMatchingList RoutingAlgorithms<Algorithm>::MapMatching( |
no test coverage detected