Welcome to mirror list, hosted at ThFree Co, Russian Federation.

route.cpp « routing - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a17509a01850bdfc7459339145a9ad3ab8e6af94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "route.hpp"


namespace routing
{

string DebugPrint(Route const & r)
{
  return DebugPrint(r.m_poly);
}

} // namespace routing