Add road priority class to turn function (#4858)

* expose road priority class to turn function

* update docs
This commit is contained in:
Huyen Chau Nguyen
2018-02-07 11:39:02 +01:00
committed by GitHub
parent 92b7d581ce
commit fa8d788bb6
6 changed files with 64 additions and 32 deletions
+2
View File
@@ -235,6 +235,7 @@ void GraphCompressor::Compress(
0,
0,
0,
0,
false,
TRAVEL_MODE_DRIVING,
false,
@@ -243,6 +244,7 @@ void GraphCompressor::Compress(
0,
0,
0,
0,
roads_on_the_right,
roads_on_the_left);
scripting_environment.ProcessTurn(extraction_turn);