Enhancing data structure for via points
This commit is contained in:
parent
af98879303
commit
9ffe6ccb6a
@ -28,6 +28,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
struct RouteParameters {
|
||||
std::vector<std::string> parameters;
|
||||
HashTable<std::string, std::string> options;
|
||||
std::vector<std::string> viaPoints;
|
||||
typedef HashTable<std::string, std::string>::MyIterator OptionsIterator;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user