Adds a statistics handler for turn types and modifiers

This commit is contained in:
Daniel J. Hofmann
2017-10-31 17:04:03 -04:00
committed by Daniel J. H
parent 73f4e1d45a
commit c5b48e3506
4 changed files with 112 additions and 1 deletions
+3
View File
@@ -22,6 +22,9 @@ namespace util
namespace guidance
{
inline void print(const engine::guidance::RouteStep &step)
{
std::cout << static_cast<int>(step.maneuver.instruction.type) << " "