polyline string as parameter added

This commit is contained in:
Andreas Gruß
2015-05-31 13:57:27 +02:00
parent b1ef4cfee9
commit 9b0d3dfaeb
5 changed files with 57 additions and 2 deletions
+2
View File
@@ -78,6 +78,8 @@ struct RouteParameters
void setCompressionFlag(const bool flag);
void addCoordinate(const boost::fusion::vector<double, double> &received_coordinates);
void getCoordinatesFromGeometry(const std::string geometry_string);
short zoom_level;
bool print_instructions;