Added new base parameter 'skip_waypoints'
This commit is contained in:
@@ -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_ = {},
|
||||
|
||||
Reference in New Issue
Block a user