Skip to content

Commit 5d7f87c

Browse files
Google APIscopybara-github
authored andcommitted
docs: clarify usage of compute_alternative_routes in proto comment
PiperOrigin-RevId: 515674220
1 parent 430e838 commit 5d7f87c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google/maps/routing/v2/routes_service.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ message ComputeRoutesRequest {
195195
[(google.api.field_behavior) = OPTIONAL];
196196

197197
// Optional. Specifies whether to calculate alternate routes in addition to
198-
// the route.
198+
// the route. No alternative routes are returned for requests that have
199+
// intermediate waypoints.
199200
bool compute_alternative_routes = 8 [(google.api.field_behavior) = OPTIONAL];
200201

201202
// Optional. A set of conditions to satisfy that affect the way routes are

0 commit comments

Comments
 (0)