Fixing hint ordering for via routes
This commit is contained in:
@@ -69,7 +69,8 @@ struct RouteParameters {
|
||||
}
|
||||
|
||||
void addHint(const std::string & s) {
|
||||
hints.push_back(s);
|
||||
hints.resize(coordinates.size());
|
||||
hints.back() = s;
|
||||
}
|
||||
|
||||
void setLanguage(const std::string & s) {
|
||||
|
||||
Reference in New Issue
Block a user