Added new base parameter 'skip_waypoints'

This commit is contained in:
Denis Chaplygin
2019-09-16 11:24:35 +03:00
parent 81071b5af9
commit 10c1b38139
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -87,6 +87,9 @@ struct BaseParameters
// Adds hints to response which can be included in subsequent requests, see `hints` above.
bool generate_hints = true;
// Remove waypoints array from the response.
bool skip_waypoints = false;
SnappingType snapping = SnappingType::Default;
BaseParameters(const std::vector<util::Coordinate> coordinates_ = {},